Skip to content

Commit 764b570

Browse files
committed
backend/ws_udp_bridge: increase timout for ws clients.
fix #177
1 parent 6fcd25f commit 764b570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/ws_udp_bridge.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ use crate::{
4949
};
5050

5151
const HEARTBEAT_INTERVAL: Duration = Duration::from_secs(5);
52-
const CLIENT_TIMEOUT: Duration = Duration::from_secs(5);
52+
const CLIENT_TIMEOUT: Duration = Duration::from_secs(15);
5353

5454
#[derive(Deserialize, Serialize, Validate)]
5555
struct WsQuery {

0 commit comments

Comments
 (0)