increased default ping timeout to 20 seconds
This commit is contained in:
parent
7ac4585871
commit
e9d18b7f48
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ impl Config {
|
|||
/// response.
|
||||
/// This defaults to 10 seconds when not specified.
|
||||
pub fn ping_timeout(&self) -> u32 {
|
||||
self.ping_timeout.as_ref().cloned().unwrap_or(10)
|
||||
self.ping_timeout.as_ref().cloned().unwrap_or(20)
|
||||
}
|
||||
|
||||
/// The amount of time in seconds to consider a window for burst messages. The message throttling
|
||||
|
|
Loading…
Reference in a new issue