reduce requested catalog page size

This commit is contained in:
TheBeastLT
2022-07-10 16:30:44 +02:00
parent 63cb307760
commit fb46d7e00e

View File

@@ -4,7 +4,7 @@ const { Type } = require('../../addon/lib/types');
const CINEMETA_URL = 'https://v3-cinemeta.strem.io';
const KITSU_URL = 'https://anime-kitsu.strem.fun';
const TIMEOUT = 30000;
const MAX_SIZE = 50;
const MAX_SIZE = 40;
function getMetas(ids, type) {
if (!ids.length || !type) {