Backport pull request #7233 from jellyfin-web/release-10.11.z

Increase restore check interval to 45s

Original-merge: 4f83e97592

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
viown
2025-10-27 15:47:08 -04:00
committed by Joshua M. Boniface
parent ebf2e85af8
commit c778f9cc2c

View File

@@ -102,7 +102,7 @@ export const Component = () => {
}).catch(() => {
// Server is still down
});
}, 5000);
}, 45000);
return () => {
clearInterval(serverCheckInterval);