From e65c0aaa21396281576e26c98437fe167385fd34 Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Thu, 23 Apr 2026 22:13:49 +0300 Subject: [PATCH] reduce tb timeout --- addon/moch/torbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/moch/torbox.js b/addon/moch/torbox.js index e974b03..9b5908f 100644 --- a/addon/moch/torbox.js +++ b/addon/moch/torbox.js @@ -7,7 +7,7 @@ import { sameFilename, streamFilename, BadTokenError, AccessDeniedError } from ' import * as querystring from "node:querystring"; const KEY = 'torbox'; -const timeout = 30000; +const timeout = 10000; const baseUrl = 'https://api.torbox.app/v1' export async function getCachedStreams(streams, apiKey) {