Skip to content

Commit

Permalink
Merge of #4212
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Apr 28, 2022
2 parents d021f50 + 81eec80 commit a73e90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-network/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub const REQUEST_TIMEOUT: Duration = Duration::from_secs(20);
/// This timeout should remain small, because it helps stop slow peers getting
/// into the peer set. This is particularly important for network-constrained
/// nodes, and on testnet.
pub const HANDSHAKE_TIMEOUT: Duration = Duration::from_secs(4);
pub const HANDSHAKE_TIMEOUT: Duration = Duration::from_secs(3);

/// We expect to receive a message from a live peer at least once in this time duration.
///
Expand Down

0 comments on commit a73e90a

Please sign in to comment.