From 40a0433f818120fcdd037ee4c96394447b37fc8b Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 17 Apr 2022 11:12:32 -0700 Subject: [PATCH] decrease proxy server session timeout to 10 seconds --- src/ProxyServer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProxyServer.cc b/src/ProxyServer.cc index 6e825408..aa0d517c 100644 --- a/src/ProxyServer.cc +++ b/src/ProxyServer.cc @@ -32,7 +32,7 @@ using namespace std; -static const uint32_t SESSION_TIMEOUT_USECS = 30000000; // 30 seconds +static const uint32_t SESSION_TIMEOUT_USECS = 10000000; // 10 seconds