summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2007-10-19 01:27:23 +0000
committererdgeist <>2007-10-19 01:27:23 +0000
commitb8b149312727f8c4af0714ddaf6d435de23bc727 (patch)
tree6d6baf139bac312e7509b03ceee575b667b7e34b
parente1f122f7d141b670968a394cc867fa09f15b95f0 (diff)
Increase check interval for timeouted sockets to 10 seconds. That may prevent some disrupted scrapes.
-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)