Merge pull request #7233 from viown/increase-backup-interval
Increase restore check interval to 45s
This commit is contained in:
@@ -102,7 +102,7 @@ export const Component = () => {
|
||||
}).catch(() => {
|
||||
// Server is still down
|
||||
});
|
||||
}, 5000);
|
||||
}, 45000);
|
||||
|
||||
return () => {
|
||||
clearInterval(serverCheckInterval);
|
||||
|
||||
Reference in New Issue
Block a user