From 153b5de835c2523271e63694ce5333a40d2c7ab4 Mon Sep 17 00:00:00 2001 From: denis <> Date: Fri, 2 Feb 2007 23:37:28 +0000 Subject: increased the interval random variation --- trackerlogic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trackerlogic.h') diff --git a/trackerlogic.h b/trackerlogic.h index 66e8c2a..5c83f63 100644 --- a/trackerlogic.h +++ b/trackerlogic.h @@ -23,7 +23,7 @@ typedef time_t ot_time; #define OT_CLIENT_TIMEOUT 30 #define OT_CLIENT_TIMEOUT_CHECKINTERVAL 5 #define OT_CLIENT_REQUEST_INTERVAL (60*30) -#define OT_CLIENT_REQUEST_VARIATION (60*3) +#define OT_CLIENT_REQUEST_VARIATION (60*6) #define OT_TORRENT_TIMEOUT_HOURS 24 #define OT_TORRENT_TIMEOUT ((60*60*OT_TORRENT_TIMEOUT_HOURS)/OT_POOLS_TIMEOUT) -- cgit v1.2.3