[scraper] reduces tpb scraped pages

This commit is contained in:
TheBeastLT
2020-04-13 22:48:35 +02:00
parent 6bfba11692
commit a58843d75f

View File

@@ -8,7 +8,7 @@ const { updateCurrentSeeders } = require('../../lib/torrent');
const { createTorrentEntry, getStoredTorrentEntry, updateTorrentSeeders } = require('../../lib/torrentEntries');
const NAME = 'ThePirateBay';
const UNTIL_PAGE = 10;
const UNTIL_PAGE = 5;
const limiter = new Bottleneck({ maxConcurrent: 40 });