Reduce LND's backend health check rate
This commit is contained in:
parent
721911b774
commit
9ef81acece
|
@ -46,6 +46,16 @@ bitcoind.rpchost=127.0.0.1:8332
|
||||||
#autopilot.maxchannels=5
|
#autopilot.maxchannels=5
|
||||||
#autopilot.allocation=0.6
|
#autopilot.allocation=0.6
|
||||||
|
|
||||||
|
[healthcheck]
|
||||||
|
; Number of attempts before failure
|
||||||
|
healthcheck.chainbackend.attempts=3
|
||||||
|
; Timeout for a single healthcheck attempt
|
||||||
|
healthcheck.chainbackend.timeout=30s
|
||||||
|
; The amount of time we should backoff between failed attempts
|
||||||
|
healthcheck.chainbackend.backoff=30s
|
||||||
|
; How often should chainbeck checks occur
|
||||||
|
healthcheck.chainbackend.interval=5m
|
||||||
|
|
||||||
[bolt]
|
[bolt]
|
||||||
db.bolt.auto-compact=true
|
db.bolt.auto-compact=true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user