summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trackerlogic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/trackerlogic.h b/trackerlogic.h
index 1b55388..b94679e 100644
--- a/trackerlogic.h
+++ b/trackerlogic.h
@@ -22,7 +22,7 @@ typedef time_t ot_time;
22 22
23/* Some tracker behaviour tunable */ 23/* Some tracker behaviour tunable */
24#define OT_CLIENT_TIMEOUT 30 24#define OT_CLIENT_TIMEOUT 30
25#define OT_CLIENT_TIMEOUT_CHECKINTERVAL 5 25#define OT_CLIENT_TIMEOUT_CHECKINTERVAL 10
26#define OT_CLIENT_TIMEOUT_SEND (60*15) 26#define OT_CLIENT_TIMEOUT_SEND (60*15)
27#define OT_CLIENT_REQUEST_INTERVAL (60*30) 27#define OT_CLIENT_REQUEST_INTERVAL (60*30)
28#define OT_CLIENT_REQUEST_VARIATION (60*6) 28#define OT_CLIENT_REQUEST_VARIATION (60*6)