Skip to content

Commit d64a123

Browse files
committed
docs: update release notes
1 parent e50372c commit d64a123

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/release-notes/release-notes-0.20.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,23 @@ circuit. The indices are only available for forwarding events saved after v0.20.
7979
finish under this timeout value. Consider using a larger timeout value if you
8080
have a slow network.
8181

82+
* The default value for `gossip.msg-rate-bytes` has been
83+
[increased](https://github.com/lightningnetwork/lnd/pull/10096) from 100KB to
84+
1MB, and `gossip.msg-burst-bytes` has been increased from 200KB to 2MB.
85+
8286
* Added [`deletecanceledinvoices`](
8387
https://github.com/lightningnetwork/lnd/pull/9625) RPC to allow the removal of
8488
a canceled invoice. Supports deleting a canceled invoice by providing its
8589
payment hash.
8690

91+
* A [new config](https://github.com/lightningnetwork/lnd/pull/10103) value
92+
`gossip.peer-msg-rate-bytes=102400` is introduced to allow limiting the
93+
outgoing bandwidth used by each peer when processing gossip-related messages.
94+
Note this is different from `gossip.msg-rate-bytes`, as this new config
95+
controls the bandwidth per peer, while `msg-rate-bytes` controls the gossip as
96+
a whole. This new config prevents a single misbehaving peer from using up all
97+
the bandwidth.
98+
8799
## lncli Additions
88100

89101
* [`lncli sendpayment` and `lncli queryroutes` now support the

0 commit comments

Comments
 (0)