diff options
author | denis <> | 2007-01-20 02:50:33 +0000 |
---|---|---|
committer | denis <> | 2007-01-20 02:50:33 +0000 |
commit | 67689057d40de8ba21031a05b585cc7bf5366605 (patch) | |
tree | 41e113fbd1d9d5f506b67fff8a60d1866a6fbc71 /opentracker.c | |
parent | 3d796d93f070feaf536612a964b6f82aef4199ca (diff) |
increase the timeout to make the ride a little smoother for some clients
Diffstat (limited to 'opentracker.c')
-rw-r--r-- | opentracker.c | 2 |
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 | ||
29 | unsigned int const OT_CLIENT_TIMEOUT = 15; | 29 | unsigned int const OT_CLIENT_TIMEOUT = 30; |
30 | unsigned int const OT_CLIENT_TIMEOUT_CHECKINTERVAL = 5; | 30 | unsigned int const OT_CLIENT_TIMEOUT_CHECKINTERVAL = 5; |
31 | 31 | ||
32 | static unsigned int ot_overall_connections = 0; | 32 | static unsigned int ot_overall_connections = 0; |