config: increase default trickle delay from 30s to 1m30s

In this commit, we increase the default trickle delay from 30s to 1m30s.
We do this as before we implement the new INV gossip mechanism, we want
to de-emphasise the quick propagation of updates through the network
which eats up bandwidth.
This commit is contained in:
Olaoluwa Osuntokun 2019-01-25 14:40:28 -08:00
parent 6a78141a2d
commit b56e95587f
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

View File

@ -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