Merge pull request #4921 from carlaKC/healthcheck-bump

config: increase chain backend healthcheck timeout and backoff
This commit is contained in:
Olaoluwa Osuntokun 2021-01-14 17:37:01 -08:00 committed by GitHub
commit b152232544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

@ -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

@ -337,6 +337,11 @@
; automatically. [experimental]
; keysend-hold-time=true
; If set, lnd will use anchor channels by default if the remote channel party
; supports them. Note that lnd will require 1 UTXO to be reserved for this
; channel type if it is enabled.
; protocol.anchors=true
; If true, we'll attempt to garbage collect canceled invoices upon start.
; gc-canceled-invoices-on-startup=true