fix(servarr): increase API timeout from 10000ms to 60000ms

This commit is contained in:
fallenbagel
2026-02-15 21:06:10 +08:00
parent 5eaa3ebb67
commit f8cfd07b46

View File

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