mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
imcrease yts page size
This commit is contained in:
@@ -6,7 +6,7 @@ const repository = require('../../lib/repository');
|
|||||||
const { createTorrentEntry, checkAndUpdateTorrent } = require('../../lib/torrentEntries');
|
const { createTorrentEntry, checkAndUpdateTorrent } = require('../../lib/torrentEntries');
|
||||||
|
|
||||||
const NAME = 'YTS';
|
const NAME = 'YTS';
|
||||||
const UNTIL_PAGE = 2;
|
const UNTIL_PAGE = 10;
|
||||||
|
|
||||||
const limiter = new Bottleneck({ maxConcurrent: 10 });
|
const limiter = new Bottleneck({ maxConcurrent: 10 });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user