Compare commits

...

3 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
Ludovic Ortega
39ae32f509 docs: fix migration guide title (#2425)
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
2026-02-15 03:41:57 +01:00
2 changed files with 5 additions and 4 deletions

View File

@@ -200,14 +200,15 @@ Summary of changes :
</TabItem> </TabItem>
</Tabs> </Tabs>
### Nix (Third-party installation methods) ## Third-party installation methods
### Nix
Waiting for https://github.com/NixOS/nixpkgs/pull/450096 and https://github.com/NixOS/nixpkgs/pull/450093 Waiting for https://github.com/NixOS/nixpkgs/pull/450096 and https://github.com/NixOS/nixpkgs/pull/450093
### AUR (Third-party installation methods) ### AUR
See https://aur.archlinux.org/packages/seerr See https://aur.archlinux.org/packages/seerr
### TrueNAS (Third-party installation methods) ### TrueNAS
Waiting for https://github.com/truenas/apps/issues/3374 Waiting for https://github.com/truenas/apps/issues/3374

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;