Browse Source

increased the interval random variation

dynamic-accesslists
denis 18 years ago
parent
commit
153b5de835
  1. 2
      trackerlogic.h

2
trackerlogic.h

@ -23,7 +23,7 @@ typedef time_t ot_time; @@ -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)

Loading…
Cancel
Save