]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
increased the interval random variation
authordenis <>
Fri, 2 Feb 2007 23:37:28 +0000 (23:37 +0000)
committerdenis <>
Fri, 2 Feb 2007 23:37:28 +0000 (23:37 +0000)
trackerlogic.h

index 66e8c2ab02200404e8fb08e1b3fb7117ce9e0398..5c83f6315034e740b546890ebc39688a428b71c0 100644 (file)
@@ -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)