From 67689057d40de8ba21031a05b585cc7bf5366605 Mon Sep 17 00:00:00 2001 From: denis <> Date: Sat, 20 Jan 2007 02:50:33 +0000 Subject: increase the timeout to make the ride a little smoother for some clients --- opentracker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentracker.c b/opentracker.c index 6ff9da3..df46f8d 100644 --- a/opentracker.c +++ b/opentracker.c @@ -26,7 +26,7 @@ #include "trackerlogic.h" #include "scan_urlencoded_query.h" -unsigned int const OT_CLIENT_TIMEOUT = 15; +unsigned int const OT_CLIENT_TIMEOUT = 30; unsigned int const OT_CLIENT_TIMEOUT_CHECKINTERVAL = 5; static unsigned int ot_overall_connections = 0; -- cgit v1.2.3