mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-14 02:41:47 +02:00
Merge pull request #4921 from carlaKC/healthcheck-bump
config: increase chain backend healthcheck timeout and backoff
This commit is contained in:
commit
b152232544
@ -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
|
||||||
|
@ -337,6 +337,11 @@
|
|||||||
; automatically. [experimental]
|
; automatically. [experimental]
|
||||||
; keysend-hold-time=true
|
; 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.
|
; If true, we'll attempt to garbage collect canceled invoices upon start.
|
||||||
; gc-canceled-invoices-on-startup=true
|
; gc-canceled-invoices-on-startup=true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user