Skip to content

Commit 928c8ba

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,3 +261,14 @@ Lightning Terminal is a tool suite developed by Lightning Labs. The web interfac
261261
### LNDg
262262

263263
[LNDg](https://github.com/cryptosharks131/lndg) is a GUI to analyze LND data and automate tasks such as rebalancing channels.
264+
265+
## LND 0.19.2
266+
267+
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.
268+
269+
You may reconfigure the following values in your `lnd.conf`:\
270+
`gossip.msg-rate-bytes=1024000`\
271+
`gossip.msg-burst-bytes=2048000`\
272+
273+
274+
Details can be found in [pull request 10096](https://github.com/lightningnetwork/lnd/pull/10096).

0 commit comments

Comments
 (0)