config: increase chain backend healthcheck timeout and backoff
This commit is contained in:
parent
f057f2c485
commit
4093b2ae45
@ -95,8 +95,8 @@ const (
|
|||||||
defaultHostSampleInterval = time.Minute * 5
|
defaultHostSampleInterval = time.Minute * 5
|
||||||
|
|
||||||
defaultChainInterval = time.Minute
|
defaultChainInterval = time.Minute
|
||||||
defaultChainTimeout = time.Second * 10
|
defaultChainTimeout = time.Second * 30
|
||||||
defaultChainBackoff = time.Second * 30
|
defaultChainBackoff = time.Minute * 2
|
||||||
defaultChainAttempts = 3
|
defaultChainAttempts = 3
|
||||||
|
|
||||||
// Set defaults for a health check which ensures that we have space
|
// Set defaults for a health check which ensures that we have space
|
||||||
|
Loading…
Reference in New Issue
Block a user