Skip to content

Commit 99c9369

Browse files
Leo Weesegitbook-bot
authored andcommitted
GITBOOK-507: change request with no subject merged in GitBook
1 parent 928c8ba commit 99c9369

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

lightning-network-tools/lnd/optimal-configuration-of-a-routing-node.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,10 @@ Lightning Terminal is a tool suite developed by Lightning Labs. The web interfac
267267
If you are observing fluctuations in your peer count, otherwise stable peers repeatedly disconnecting or connecting or excessive bandwidth usage, you may experience an issue in how gossip messages are handled.
268268

269269
You may reconfigure the following values in your `lnd.conf`:\
270-
`gossip.msg-rate-bytes=1024000`\
271-
`gossip.msg-burst-bytes=2048000`\
270+
`gossip.msg-rate-bytes=524288`\
271+
`gossip.msg-burst-bytes=1048576`\
272+
`gossip.filter-concurrency=10`\
273+
`num-restricted-slots=200`
272274

273-
274-
Details can be found in [pull request 10096](https://github.com/lightningnetwork/lnd/pull/10096).
275+
[To understand gossip rate limiting better you may refer to this in-depth guide.](https://github.com/Roasbeef/lnd/blob/c9afe0058541cb7a270176e6ec85daab8bd4674f/docs/gossip_rate_limiting.md)\
276+
Details can also be found in [pull request 10096](https://github.com/lightningnetwork/lnd/pull/10096) and [10097](https://github.com/lightningnetwork/lnd/pull/10097).

0 commit comments

Comments
 (0)