mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
reduce requested catalog page size
This commit is contained in:
@@ -4,7 +4,7 @@ const { Type } = require('../../addon/lib/types');
|
|||||||
const CINEMETA_URL = 'https://v3-cinemeta.strem.io';
|
const CINEMETA_URL = 'https://v3-cinemeta.strem.io';
|
||||||
const KITSU_URL = 'https://anime-kitsu.strem.fun';
|
const KITSU_URL = 'https://anime-kitsu.strem.fun';
|
||||||
const TIMEOUT = 30000;
|
const TIMEOUT = 30000;
|
||||||
const MAX_SIZE = 50;
|
const MAX_SIZE = 40;
|
||||||
|
|
||||||
function getMetas(ids, type) {
|
function getMetas(ids, type) {
|
||||||
if (!ids.length || !type) {
|
if (!ids.length || !type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user