fix(servarr): increase default API timeout from 5000ms to 10000ms
This commit is contained in:
@@ -92,7 +92,7 @@ class ServarrBase<QueueItemAppendT> extends ExternalAPI {
|
|||||||
apiKey,
|
apiKey,
|
||||||
cacheName,
|
cacheName,
|
||||||
apiName,
|
apiName,
|
||||||
timeout = 5000,
|
timeout = 10000,
|
||||||
}: {
|
}: {
|
||||||
url: string;
|
url: string;
|
||||||
apiKey: string;
|
apiKey: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user