Keep code defaults and config.toml defaults the same (#1062)

This commit is contained in:
Marwan Sulaiman
2019-02-15 23:48:21 -05:00
committed by Aaron Schlesinger
parent edf1c48952
commit dc358ba096
+1 -1
View File
@@ -56,7 +56,7 @@ func createDefault() *Config {
return &Config{
GoBinary: "go",
GoEnv: "development",
GoGetWorkers: 30,
GoGetWorkers: 10,
ProtocolWorkers: 30,
LogLevel: "debug",
CloudRuntime: "none",