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