rust-lightning/lightning
Matt Corallo 252280d6bf Reduce the number of timer ticks a peer is allowed to take
In 2d3a210897, we increased the
default ping timer in `lightning-background-processor` to ten
seconds from five. However, we didn't change the timer count at
which we disconnect peers if they're not responding, which we
likely should have done. We do so here, as well as update the
documentation for `PeerManager::timer_tick_occurred` to suggest
always ticking the timer every ten seconds instead of five.
2022-03-07 19:07:14 +00:00
..
src Reduce the number of timer ticks a peer is allowed to take 2022-03-07 19:07:14 +00:00
Cargo.toml Bump crate versions to 0.0.105/invoice 0.13 2022-03-01 00:43:24 +00:00