diff --git a/config.go b/config.go index 53f8f36e5..e7b843f64 100644 --- a/config.go +++ b/config.go @@ -719,6 +719,7 @@ func DefaultConfig() Config { AnnouncementConf: discovery.DefaultProofMatureDelta, MsgRateBytes: discovery.DefaultMsgBytesPerSecond, MsgBurstBytes: discovery.DefaultMsgBytesBurst, + FilterConcurrency: discovery.DefaultFilterConcurrency, }, Invoices: &lncfg.Invoices{ HoldExpiryDelta: lncfg.DefaultHoldInvoiceExpiryDelta, diff --git a/server.go b/server.go index 8730d2710..8b82d4252 100644 --- a/server.go +++ b/server.go @@ -1225,6 +1225,7 @@ func newServer(_ context.Context, cfg *Config, listenAddrs []net.Addr, AssumeChannelValid: cfg.Routing.AssumeChannelValid, MsgRateBytes: cfg.Gossip.MsgRateBytes, MsgBurstBytes: cfg.Gossip.MsgBurstBytes, + FilterConcurrency: cfg.Gossip.FilterConcurrency, }, nodeKeyDesc) accessCfg := &accessManConfig{