We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356ec9b commit 8261522Copy full SHA for 8261522
lightning/src/ln/peer_handler.rs
@@ -310,7 +310,7 @@ const FORWARD_INIT_SYNC_BUFFER_LIMIT_RATIO: usize = 2;
310
/// we have fewer than this many messages in the outbound buffer again.
311
/// We also use this as the target number of outbound gossip messages to keep in the write buffer,
312
/// refilled as we send bytes.
313
-const OUTBOUND_BUFFER_LIMIT_READ_PAUSE: usize = 10;
+const OUTBOUND_BUFFER_LIMIT_READ_PAUSE: usize = 12;
314
/// When the outbound buffer has this many messages, we'll simply skip relaying gossip messages to
315
/// the peer.
316
const OUTBOUND_BUFFER_LIMIT_DROP_GOSSIP: usize = OUTBOUND_BUFFER_LIMIT_READ_PAUSE * FORWARD_INIT_SYNC_BUFFER_LIMIT_RATIO;
0 commit comments