mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
30 * time.Second -> "30s" in DefaultConfig
This commit is contained in:
@@ -281,7 +281,7 @@ func DefaultConfig() *Config {
|
||||
Enabled: false,
|
||||
StartJoin: []string{},
|
||||
RetryJoin: []string{},
|
||||
RetryInterval: 30 * time.Second,
|
||||
RetryInterval: "30s",
|
||||
RetryMaxAttempts: 0,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user