[scraper] updates active scrapers

This commit is contained in:
TheBeastLT
2020-12-31 12:02:15 +01:00
parent ec592f0544
commit f8258c596d
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ const repository = require('../../lib/repository');
const { createTorrentEntry, checkAndUpdateTorrent } = require('../../lib/torrentEntries');
const NAME = 'NyaaSi';
const UNTIL_PAGE = 5
const UNTIL_PAGE = 10
const limiter = new Bottleneck({ maxConcurrent: 10 });