Increase restore check interval to 45s

This commit is contained in:
viown
2025-10-21 15:47:29 +03:00
parent 81698d5da7
commit 737b85b0b6

View File

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