mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
multi: add new config QuiescenceTimeout
This commit makes removes the `defaultQuiescenceTimeout` and makes it configurable as different nodes have different network environment. In addition the default timeout has been increased from 30s to 60s.
This commit is contained in:
@@ -1913,6 +1913,10 @@
|
||||
; are sent over a short period.
|
||||
; htlcswitch.mailboxdeliverytimeout=1m
|
||||
|
||||
; The max duration that the channel can be quiesced. Any dependent protocols
|
||||
; (dynamic commitments, splicing, etc.) must finish their operations under this
|
||||
; timeout value, otherwise the node will disconnect.
|
||||
; htlcswitch.quiescencetimeout=1m
|
||||
|
||||
[grpc]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user