]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
increase the timeout to make the ride a little smoother for some clients
authordenis <>
Sat, 20 Jan 2007 02:50:33 +0000 (02:50 +0000)
committerdenis <>
Sat, 20 Jan 2007 02:50:33 +0000 (02:50 +0000)
opentracker.c

index 6ff9da3d92e61ab34cf2bdcb24de62070de7c31f..df46f8d207b13696e9870cc173094cc598f16dfb 100644 (file)
@@ -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;