We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bf028 commit 7c2b3edCopy full SHA for 7c2b3ed
lightning/src/ln/peer_handler.rs
@@ -325,7 +325,7 @@ const MAX_BUFFER_DRAIN_TICK_INTERVALS_PER_PEER: i8 = 4;
325
/// process before the next ping.
326
///
327
/// Note that we continue responding to other messages even after we've sent this many messages, so
328
-/// its more of a general guideline used for gossip backfill (and gossip forwarding, times
+/// it's more of a general guideline used for gossip backfill (and gossip forwarding, times
329
/// [`FORWARD_INIT_SYNC_BUFFER_LIMIT_RATIO`]) than a hard limit.
330
const BUFFER_DRAIN_MSGS_PER_TICK: usize = 32;
331
0 commit comments