Merge pull request #7233 from viown/increase-backup-interval

Increase restore check interval to 45s
This commit is contained in:
Bill Thornton
2025-10-22 10:18:37 -04:00
committed by GitHub

View File

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