config: update sample-lnd.conf

This commit is contained in:
Andras Banki-Horvath 2024-07-26 17:04:04 +02:00
parent 91d9fb4764
commit f63bccb575
No known key found for this signature in database
GPG key ID: 80E5375C094198D8

View file

@ -1130,6 +1130,24 @@
; checks. This value must be >= 1m.
; healthcheck.remotesigner.interval=1m
; The number of times we should attempt to check the node's leader status
; before gracefully shutting down. Set this value to 0 to disable this health
; check.
; healthcheck.leader.attempts=1
; The amount of time after the leader check times out due to unanswered RPC.
; This value must be >= 1s.
; healthcheck.leader.timeout=5s
; The amount of time we should backoff between failed attempts of leader checks.
; This value must be >= 1s.
; healthcheck.leader.backoff=5s
; The amount of time we should wait between leader checks.
; This value must be >= 1m.
; healthcheck.leader.interval=1m
[signrpc]
@ -1537,7 +1555,7 @@
; The session TTL in seconds after which a new leader is elected if the old
; leader is shut down, crashed or becomes unreachable.
; cluster.leader-session-ttl=60
; cluster.leader-session-ttl=90
[rpcmiddleware]