Increase reconnect timeout
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
218f2fd0fe
commit
b9110c9268
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ use project::Project;
|
|||
use std::{mem, sync::Arc, time::Duration};
|
||||
use util::{post_inc, ResultExt, TryFutureExt};
|
||||
|
||||
pub const RECONNECT_TIMEOUT: Duration = client::RECEIVE_TIMEOUT;
|
||||
pub const RECONNECT_TIMEOUT: Duration = Duration::from_secs(30);
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
pub enum Event {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue