Increase reconnect delay to one minute
This commit is contained in:
parent
bf2732eccd
commit
31129ece39
2 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ use crate::macros::ok_or_return;
|
|||
use crate::vault::{EuphRoomVault, EuphVault};
|
||||
|
||||
const TIMEOUT: Duration = Duration::from_secs(30);
|
||||
const RECONNECT_INTERVAL: Duration = Duration::from_secs(5);
|
||||
const RECONNECT_INTERVAL: Duration = Duration::from_secs(60);
|
||||
const LOG_INTERVAL: Duration = Duration::from_secs(10);
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue