[scraper] retrieves update seeders torrent order by seeders and upload date

This commit is contained in:
TheBeastLT
2020-05-03 22:54:49 +02:00
parent 1be9a5f598
commit 129a9ed29d
2 changed files with 7 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ const { updateTorrentSeeders } = require('../lib/torrentEntries')
const DELAY = 15 * 1000; // 15 seconds
const limiter = new Bottleneck({ maxConcurrent: 20, minTime: 250 });
const updateLimiter = new Bottleneck({ maxConcurrent: 20 });
const updateLimiter = new Bottleneck({ maxConcurrent: 5 });
const forceSeedersLimiter = new Bottleneck({ maxConcurrent: 5 });
const statistics = {};