mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
Bump the default Consul client timeout from 500ms to 5s.
Requsted by: @dadgar
This commit is contained in:
@@ -139,7 +139,7 @@ func DefaultConfig() *Config {
|
||||
ServerServiceName: "nomad",
|
||||
ClientServiceName: "nomad-client",
|
||||
AutoRegister: true,
|
||||
Timeout: 500 * time.Millisecond,
|
||||
Timeout: 5 * time.Second,
|
||||
},
|
||||
LogOutput: os.Stderr,
|
||||
Region: "global",
|
||||
|
||||
Reference in New Issue
Block a user