mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 07:00:55 +02:00
config: increase chain backend healthcheck timeout and backoff
This commit is contained in:
@@ -95,8 +95,8 @@ const (
|
||||
defaultHostSampleInterval = time.Minute * 5
|
||||
|
||||
defaultChainInterval = time.Minute
|
||||
defaultChainTimeout = time.Second * 10
|
||||
defaultChainBackoff = time.Second * 30
|
||||
defaultChainTimeout = time.Second * 30
|
||||
defaultChainBackoff = time.Minute * 2
|
||||
defaultChainAttempts = 3
|
||||
|
||||
// Set defaults for a health check which ensures that we have space
|
||||
|
Reference in New Issue
Block a user