mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-12 14:42:38 +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:
@@ -1746,6 +1746,17 @@
|
||||
; The number of confirmations required before processing channel announcements.
|
||||
; gossip.announcement-conf=6
|
||||
|
||||
; The allotted bandwidth rate expressed in bytes/second that will be allocated
|
||||
; towards outbound gossip messages. Realized rates above this value will be
|
||||
; throttled. This value is shared across all peers.
|
||||
; gossip.msg-rate-bytes=102400
|
||||
|
||||
; The amount of bytes of gossip messages that can be sent at a given time. This
|
||||
; is used as the amount of tokens in the token bucket algorithm. This value
|
||||
; MUST be set to something about 65 KB, otherwise a single max sized message
|
||||
; can never be sent.
|
||||
; gossip.msg-burst-bytes=204800
|
||||
|
||||
[invoices]
|
||||
|
||||
; If a hold invoice has accepted htlcs that reach their expiry height and are
|
||||
|
Reference in New Issue
Block a user