Commit miss, bump to 5s
This commit is contained in:
parent
ca66f0ee9a
commit
e69232dd73
|
@ -394,7 +394,7 @@ func DefaultConfig() *Config {
|
|||
ServerServiceName: "nomad",
|
||||
ClientServiceName: "nomad-client",
|
||||
AutoRegister: true,
|
||||
Timeout: 500 * time.Millisecond,
|
||||
Timeout: 5 * time.Second,
|
||||
},
|
||||
Client: &ClientConfig{
|
||||
Enabled: false,
|
||||
|
|
Loading…
Reference in New Issue