summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordenis <>2007-01-20 02:50:33 +0000
committerdenis <>2007-01-20 02:50:33 +0000
commit67689057d40de8ba21031a05b585cc7bf5366605 (patch)
tree41e113fbd1d9d5f506b67fff8a60d1866a6fbc71
parent3d796d93f070feaf536612a964b6f82aef4199ca (diff)
increase the timeout to make the ride a little smoother for some clients
-rw-r--r--opentracker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentracker.c b/opentracker.c
index 6ff9da3..df46f8d 100644
--- a/opentracker.c
+++ b/opentracker.c
@@ -26,7 +26,7 @@
26#include "trackerlogic.h" 26#include "trackerlogic.h"
27#include "scan_urlencoded_query.h" 27#include "scan_urlencoded_query.h"
28 28
29unsigned int const OT_CLIENT_TIMEOUT = 15; 29unsigned int const OT_CLIENT_TIMEOUT = 30;
30unsigned int const OT_CLIENT_TIMEOUT_CHECKINTERVAL = 5; 30unsigned int const OT_CLIENT_TIMEOUT_CHECKINTERVAL = 5;
31 31
32static unsigned int ot_overall_connections = 0; 32static unsigned int ot_overall_connections = 0;