update stream concurrency
Some checks are pending
Deploy Addon / build (SSH_HOST_2, SSH_KEY_2) (push) Waiting to run
Deploy Addon / build (SSH_HOST_3, SSH_KEY_3) (push) Waiting to run
Deploy Addon / build (SSH_HOST_4, SSH_KEY_4) (push) Waiting to run

This commit is contained in:
TheBeastLT 2026-01-25 21:27:27 +02:00
parent 98da59e1bf
commit dda3e77b85
2 changed files with 1 additions and 2 deletions

View file

@ -18,7 +18,7 @@ const STALE_REVALIDATE_AGE = 4 * 60 * 60; // 4 hours
const STALE_ERROR_AGE = 7 * 24 * 60 * 60; // 7 days
const builder = new addonBuilder(dummyManifest());
const requestQueue = createNamedQueue(Infinity);
const requestQueue = createNamedQueue(200);
const newLimiter = pLimit(50)
builder.defineStreamHandler((args) => {

View file

@ -3,7 +3,6 @@ import { SortOptions } from './sort.js';
import { LanguageOptions } from './languages.js';
import { DebridOptions } from '../moch/options.js';
import { MochOptions } from '../moch/moch.js';
import { PreConfigurations } from './configuration.js';
export default function landingTemplate(manifest, config = {}) {
// 1. Server-Side Data Preparation