mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 14:17:56 +01:00
multi: add new config ban-threshold
This commit is contained in:
@@ -1226,6 +1226,7 @@ func newServer(ctx context.Context, cfg *Config, listenAddrs []net.Addr,
|
||||
MsgRateBytes: cfg.Gossip.MsgRateBytes,
|
||||
MsgBurstBytes: cfg.Gossip.MsgBurstBytes,
|
||||
FilterConcurrency: cfg.Gossip.FilterConcurrency,
|
||||
BanThreshold: cfg.Gossip.BanThreshold,
|
||||
}, nodeKeyDesc)
|
||||
|
||||
accessCfg := &accessManConfig{
|
||||
|
||||
Reference in New Issue
Block a user