mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-05 21:53:12 +02:00
Merge pull request #2538 from Roasbeef/trickle-timer
config: increase default trickle delay from 30s to 1m30s
This commit is contained in:
@@ -49,7 +49,7 @@ const (
|
|||||||
defaultRPCHost = "localhost"
|
defaultRPCHost = "localhost"
|
||||||
defaultMaxPendingChannels = 1
|
defaultMaxPendingChannels = 1
|
||||||
defaultNoSeedBackup = false
|
defaultNoSeedBackup = false
|
||||||
defaultTrickleDelay = 30 * 1000
|
defaultTrickleDelay = 90 * 1000
|
||||||
defaultInactiveChanTimeout = 20 * time.Minute
|
defaultInactiveChanTimeout = 20 * time.Minute
|
||||||
defaultMaxLogFiles = 3
|
defaultMaxLogFiles = 3
|
||||||
defaultMaxLogFileSize = 10
|
defaultMaxLogFileSize = 10
|
||||||
|
Reference in New Issue
Block a user