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 6fcd25f commit 764b570Copy full SHA for 764b570
backend/src/ws_udp_bridge.rs
@@ -49,7 +49,7 @@ use crate::{
49
};
50
51
const HEARTBEAT_INTERVAL: Duration = Duration::from_secs(5);
52
-const CLIENT_TIMEOUT: Duration = Duration::from_secs(5);
+const CLIENT_TIMEOUT: Duration = Duration::from_secs(15);
53
54
#[derive(Deserialize, Serialize, Validate)]
55
struct WsQuery {
0 commit comments