decrease proxy server session timeout to 10 seconds

This commit is contained in:
Martin Michelsen
2022-04-17 11:12:32 -07:00
parent ba68212e37
commit 40a0433f81
+1 -1
View File
@@ -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