fix: decrease timeout for stremthru

This commit is contained in:
Viren070
2025-09-15 22:48:09 +01:00
parent 3f1ef8b66b
commit dada10f675
+1 -1
View File
@@ -52,7 +52,7 @@ export class StremThruInterface implements DebridService {
token: config.token,
},
clientIp: config.clientIp,
timeout: 20000,
timeout: 10000,
});
}