Skip to content

Commit

Permalink
Let other tasks run after peer crawler DemandDrop
Browse files Browse the repository at this point in the history
This makes it more likely that peers will become ready.
  • Loading branch information
teor2345 committed Dec 17, 2021
1 parent 0c5fce7 commit 94b6f52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zebra-network/src/peer_set/initialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 94b6f52

Please sign in to comment.