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 f0a1830 commit 281cc0eCopy full SHA for 281cc0e
1 file changed
crates/charon-p2p/src/config.rs
@@ -165,7 +165,7 @@ impl P2PConfigBuilder {
165
/// The default ping interval.
166
pub const DEFAULT_PING_INTERVAL: Duration = Duration::from_secs(1);
167
/// The default ping timeout.
168
-pub const DEFAULT_PING_TIMEOUT: Duration = Duration::from_secs(5);
+pub const DEFAULT_PING_TIMEOUT: Duration = Duration::from_secs(10);
169
170
/// Returns the default ping configuration.
171
pub fn default_ping_config() -> ping::Config {
0 commit comments