mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
Keep code defaults and config.toml defaults the same (#1062)
This commit is contained in:
committed by
Aaron Schlesinger
parent
edf1c48952
commit
dc358ba096
@@ -56,7 +56,7 @@ func createDefault() *Config {
|
||||
return &Config{
|
||||
GoBinary: "go",
|
||||
GoEnv: "development",
|
||||
GoGetWorkers: 30,
|
||||
GoGetWorkers: 10,
|
||||
ProtocolWorkers: 30,
|
||||
LogLevel: "debug",
|
||||
CloudRuntime: "none",
|
||||
|
||||
Reference in New Issue
Block a user