summaryrefslogtreecommitdiffhomepage
path: root/socket-relay
diff options
context:
space:
mode:
Diffstat (limited to 'socket-relay')
-rw-r--r--socket-relay/src/udp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket-relay/src/udp.rs b/socket-relay/src/udp.rs
index 4e3a2ba600..032b238442 100644
--- a/socket-relay/src/udp.rs
+++ b/socket-relay/src/udp.rs
@@ -15,7 +15,7 @@ use tokio_core::reactor::Handle;
use tokio_timer::Timer;
/// The amount of idle (no replies) time needed for the forwarding socket to close.
-pub static FORWARD_TIMEOUT_MS: u64 = 60000;
+pub static FORWARD_TIMEOUT_MS: u64 = 8000;
/// Number of slots in internal channel transfering responses back to clients.
pub static CLIENT_SINK_CHANNEL_SIZE: usize = 10;