mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 17:47:01 +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:
@@ -707,6 +707,8 @@ func DefaultConfig() Config {
|
||||
ChannelUpdateInterval: discovery.DefaultChannelUpdateInterval,
|
||||
SubBatchDelay: discovery.DefaultSubBatchDelay,
|
||||
AnnouncementConf: discovery.DefaultProofMatureDelta,
|
||||
MsgRateBytes: discovery.DefaultMsgBytesPerSecond,
|
||||
MsgBurstBytes: discovery.DefaultMsgBytesBurst,
|
||||
},
|
||||
Invoices: &lncfg.Invoices{
|
||||
HoldExpiryDelta: lncfg.DefaultHoldInvoiceExpiryDelta,
|
||||
|
Reference in New Issue
Block a user