Skip to content

Commit

Permalink
Increase connection timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeToogo authored Aug 15, 2023
1 parent 26de500 commit 1743bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunshell-server/src/relay/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::{env, sync::Arc, time::Duration};
const DEFAULT_CLIENT_KEY_TIMEOUT_MS: u64 = 3000;
const DEFAULT_CLEAN_EXPIRED_CONNECTION_INTERVAL_MS: u64 = 60_000;
const DEFAULT_WAITING_CONNECTION_EXPIRY_MS: u64 = 3600_000;
const DEFAULT_CONNECTED_CONNECTION_EXPIRY_MS: u64 = 3600_000;
const DEFAULT_CONNECTED_CONNECTION_EXPIRY_MS: u64 = 36_000_000;

#[derive(Clone)]
pub struct Config {
Expand Down

0 comments on commit 1743bcd

Please sign in to comment.