mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 17:15:37 +00:00
[scraper] reduces tpb scraped pages
This commit is contained in:
parent
6bfba11692
commit
a58843d75f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 });
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue