imcrease yts page size

This commit is contained in:
TheBeastLT
2021-11-11 08:54:02 +01:00
parent e3b7f38c73
commit 7835ade720

View File

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