From dada10f675e9bdaffd7bc1f00fd40892a7086946 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Mon, 15 Sep 2025 22:48:09 +0100 Subject: [PATCH] fix: decrease timeout for stremthru --- packages/core/src/debrid/stremthru.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/debrid/stremthru.ts b/packages/core/src/debrid/stremthru.ts index d63e3979..a9876986 100644 --- a/packages/core/src/debrid/stremthru.ts +++ b/packages/core/src/debrid/stremthru.ts @@ -52,7 +52,7 @@ export class StremThruInterface implements DebridService { token: config.token, }, clientIp: config.clientIp, - timeout: 20000, + timeout: 10000, }); }