mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 02:21:08 +02:00
multi: add new config options to tune gossip msg allocated bandwidth
We go with the defaults of if no values are set.
This commit is contained in:
@ -1188,6 +1188,8 @@ func newServer(cfg *Config, listenAddrs []net.Addr,
|
||||
IsStillZombieChannel: s.graphBuilder.IsZombieChannel,
|
||||
ScidCloser: scidCloserMan,
|
||||
AssumeChannelValid: cfg.Routing.AssumeChannelValid,
|
||||
MsgRateBytes: cfg.Gossip.MsgRateBytes,
|
||||
MsgBurstBytes: cfg.Gossip.MsgBurstBytes,
|
||||
}, nodeKeyDesc)
|
||||
|
||||
accessCfg := &accessManConfig{
|
||||
|
Reference in New Issue
Block a user