Merge pull request #2538 from Roasbeef/trickle-timer

config: increase default trickle delay from 30s to 1m30s
This commit is contained in:
Olaoluwa Osuntokun 2019-01-28 19:43:08 -08:00 committed by GitHub
commit e51c58e722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,7 @@ const (
defaultRPCHost = "localhost"
defaultMaxPendingChannels = 1
defaultNoSeedBackup = false
defaultTrickleDelay = 30 * 1000
defaultTrickleDelay = 90 * 1000
defaultInactiveChanTimeout = 20 * time.Minute
defaultMaxLogFiles = 3
defaultMaxLogFileSize = 10