upped handshake timeout from 5 to 10 secs
This commit is contained in:
@@ -7,4 +7,4 @@ pub mod substream;
|
||||
pub mod transport;
|
||||
|
||||
/// The deafult timeout secs for [`transport::Upgrade`] future.
|
||||
const DEFAULT_HANDSHAKE_TIMEOUT_SECS: u64 = 5;
|
||||
const DEFAULT_HANDSHAKE_TIMEOUT_SECS: u64 = 10;
|
||||
|
||||
Reference in New Issue
Block a user