mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-28 00:46:17 +02:00
config: update sample-lnd.conf
This commit is contained in:
@@ -1130,6 +1130,24 @@
|
|||||||
; checks. This value must be >= 1m.
|
; checks. This value must be >= 1m.
|
||||||
; healthcheck.remotesigner.interval=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]
|
[signrpc]
|
||||||
|
|
||||||
@@ -1537,7 +1555,7 @@
|
|||||||
|
|
||||||
; The session TTL in seconds after which a new leader is elected if the old
|
; The session TTL in seconds after which a new leader is elected if the old
|
||||||
; leader is shut down, crashed or becomes unreachable.
|
; leader is shut down, crashed or becomes unreachable.
|
||||||
; cluster.leader-session-ttl=60
|
; cluster.leader-session-ttl=90
|
||||||
|
|
||||||
|
|
||||||
[rpcmiddleware]
|
[rpcmiddleware]
|
||||||
|
Reference in New Issue
Block a user