summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;