diff options
-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) |