1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-27 07:06:45 +00:00

increased the interval random variation

This commit is contained in:
denis 2007-02-02 23:37:28 +00:00
parent 222519fdff
commit 153b5de835

View 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)