From 8c3c53f63b3ccc890c30b93c6a6a2098c9e2ea9a Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 20 Mar 2025 16:02:19 -0700 Subject: [PATCH] docs/release-notes: add release notes for gossip rate limit --- docs/release-notes/release-notes-0.19.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 13efa1831..45a880253 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -344,6 +344,13 @@ The underlying functionality between those two options remain the same. ## Breaking Changes ## Performance Improvements +* Users can now [limit the total amount of +bandwidth](https://github.com/lightningnetwork/lnd/pull/9607) that will be allocated to +outbound gossip traffic via two new args: `--gossip.msg-rate-bytes` and +`--gossip.msg-rate-burst`. The burst value should be set to the largest amount +of bytes that can be transmitted in a go without rate limiting, and the rate to +the on going rate we'll permit. + * Log rotation can now use ZSTD * [Remove redundant