mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-24 21:48:08 +00:00
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.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]
|
||||
db.bolt.auto-compact=true
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user