We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213becb commit 7eaf353Copy full SHA for 7eaf353
crates/net/network/src/peers.rs
@@ -586,7 +586,8 @@ impl PeersManager {
586
}
587
588
if peer.is_trusted() && is_connection_failed_reputation(peer.reputation) {
589
- // trigger resolution task for trusted peer since multiple connection failures occurred
+ // trigger resolution task for trusted peer since multiple connection failures
590
+ // occurred
591
self.trusted_peers_resolver.interval.reset_immediately();
592
593
0 commit comments