fix(servarr): increase default API timeout from 5000ms to 10000ms (#2442)

This commit is contained in:
fallenbagel
2026-02-15 17:19:27 +05:00
committed by GitHub
parent 87fb0dfd6c
commit b499976902

View File

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