We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6429689 commit e781ee5Copy full SHA for e781ee5
2 files changed
crates/tunnel/src/direct/endpoint.rs
@@ -22,7 +22,7 @@ use super::{
22
};
23
24
const DIRECT_SERVER_NAME: &str = "lapdev.devbox";
25
-const DIRECT_CONNECT_TIMEOUT: Duration = Duration::from_secs(5);
+const DIRECT_CONNECT_TIMEOUT: Duration = Duration::from_secs(3);
26
const DEFAULT_STUN_KEEPALIVE_INTERVAL: Duration = Duration::from_secs(20);
27
const MAX_PROBES: usize = 6;
28
const PROBE_INTERVAL_MS: u64 = 500;
plans/todo.md
0 commit comments