Merge pull request #10096 from yyforyongyu/increase-gossip-default

Increase the default outgoing bandwidth
This commit is contained in:
Olaoluwa Osuntokun
2025-07-25 15:34:01 -05:00
committed by GitHub
4 changed files with 21 additions and 13 deletions

View File

@@ -74,6 +74,10 @@ circuit. The indices are only available for forwarding events saved after v0.20.
finish under this timeout value. Consider using a larger timeout value if you
have a slow network.
* The default value for `gossip.msg-rate-bytes` has been
[increased](https://github.com/lightningnetwork/lnd/pull/10096) from 100KB to
1MB, and `gossip.msg-burst-bytes` has been increased from 200KB to 2MB.
## lncli Additions