mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Set defaults for retry_max and retry_interval options
This commit is contained in:
@@ -278,9 +278,11 @@ func DefaultConfig() *Config {
|
||||
NetworkSpeed: 100,
|
||||
},
|
||||
Server: &ServerConfig{
|
||||
Enabled: false,
|
||||
StartJoin: []string{},
|
||||
RetryJoin: []string{},
|
||||
Enabled: false,
|
||||
StartJoin: []string{},
|
||||
RetryJoin: []string{},
|
||||
RetryInterval: 30 * time.Second,
|
||||
RetryMaxAttempts: 0,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user