diff options
author | denis <> | 2007-02-02 23:37:28 +0000 |
---|---|---|
committer | denis <> | 2007-02-02 23:37:28 +0000 |
commit | 153b5de835c2523271e63694ce5333a40d2c7ab4 (patch) | |
tree | 58239f9f81e5dec6151b04b2aca5fceeddc1786a | |
parent | 222519fdffae6570602c5789c18b7ece6b00cba2 (diff) |
increased the interval random variation
-rw-r--r-- | trackerlogic.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
23 | #define OT_CLIENT_TIMEOUT 30 | 23 | #define OT_CLIENT_TIMEOUT 30 |
24 | #define OT_CLIENT_TIMEOUT_CHECKINTERVAL 5 | 24 | #define OT_CLIENT_TIMEOUT_CHECKINTERVAL 5 |
25 | #define OT_CLIENT_REQUEST_INTERVAL (60*30) | 25 | #define OT_CLIENT_REQUEST_INTERVAL (60*30) |
26 | #define OT_CLIENT_REQUEST_VARIATION (60*3) | 26 | #define OT_CLIENT_REQUEST_VARIATION (60*6) |
27 | 27 | ||
28 | #define OT_TORRENT_TIMEOUT_HOURS 24 | 28 | #define OT_TORRENT_TIMEOUT_HOURS 24 |
29 | #define OT_TORRENT_TIMEOUT ((60*60*OT_TORRENT_TIMEOUT_HOURS)/OT_POOLS_TIMEOUT) | 29 | #define OT_TORRENT_TIMEOUT ((60*60*OT_TORRENT_TIMEOUT_HOURS)/OT_POOLS_TIMEOUT) |