From 94b6f52f5e110cf9914e88321165cec967017903 Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 16 Dec 2021 07:48:05 +1000 Subject: [PATCH] Let other tasks run after peer crawler DemandDrop This makes it more likely that peers will become ready. --- zebra-network/src/peer_set/initialize.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/zebra-network/src/peer_set/initialize.rs b/zebra-network/src/peer_set/initialize.rs index 024b59a89a4..5fd8ecf5a98 100644 --- a/zebra-network/src/peer_set/initialize.rs +++ b/zebra-network/src/peer_set/initialize.rs @@ -696,7 +696,6 @@ where // congested it can generate a lot of demand signal very // rapidly. trace!("too many open connections or in-flight handshakes, dropping demand signal"); - continue; } DemandHandshake { candidate } => { // Increment the connection count before we spawn the connection.