Compare commits

...

2 Commits

Author SHA1 Message Date
fallenbagel
f8cfd07b46 fix(servarr): increase API timeout from 10000ms to 60000ms 2026-02-15 21:06:10 +08:00
fallenbagel
5eaa3ebb67 fix(servarr): increase default API timeout from 5000ms to 10000ms 2026-02-15 20:11:21 +08:00

View File

@@ -92,7 +92,7 @@ class ServarrBase<QueueItemAppendT> extends ExternalAPI {
apiKey, apiKey,
cacheName, cacheName,
apiName, apiName,
timeout = 5000, timeout = 60000,
}: { }: {
url: string; url: string;
apiKey: string; apiKey: string;