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:
committed by
Joshua M. Boniface
parent
ebf2e85af8
commit
c778f9cc2c
@@ -102,7 +102,7 @@ export const Component = () => {
|
||||
}).catch(() => {
|
||||
// Server is still down
|
||||
});
|
||||
}, 5000);
|
||||
}, 45000);
|
||||
|
||||
return () => {
|
||||
clearInterval(serverCheckInterval);
|
||||
|
||||
Reference in New Issue
Block a user