30 * time.Second
-> "30s"
in DefaultConfig
This commit is contained in:
parent
d8c4ec1c19
commit
baf0b54037
|
@ -281,7 +281,7 @@ func DefaultConfig() *Config {
|
|||
Enabled: false,
|
||||
StartJoin: []string{},
|
||||
RetryJoin: []string{},
|
||||
RetryInterval: 30 * time.Second,
|
||||
RetryInterval: "30s",
|
||||
RetryMaxAttempts: 0,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue