View Single Post
  #36  
Old 24th October 2008, 12:15
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
@lo4a57

Quote:
Originally Posted by Bigjoos
Attention - On building the faster announce it was noticed that i missed the define of announce interval on bittorrent.php for announce_clean interval to run

Add this at the the top of bittorrent.php if you dont have it next to the other config variables
PHP Code:
$h date("H");
         if (
$h >= 01 && $h <= 06//When to save some load.
         
$announce_interval 60 60//60 min update in announce - Night
         
else
         
$announce_interval 60 30// 30 min update in announce - Day 
Reply With Quote