diff options
-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; |