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 36beaf6 commit c24c1c6Copy full SHA for c24c1c6
crates/sshx-server/src/state/mesh.rs
@@ -12,7 +12,7 @@ use tracing::error;
12
use crate::session::Session;
13
14
/// Interval for syncing the latest session state into persistent storage.
15
-const STORAGE_SYNC_INTERVAL: Duration = Duration::from_secs(10);
+const STORAGE_SYNC_INTERVAL: Duration = Duration::from_secs(20);
16
17
/// Length of time a key lasts in Redis before it is expired.
18
const STORAGE_EXPIRY: Duration = Duration::from_secs(300);
0 commit comments