Increase num of getPluginSyncStatus retries to 10

This commit is contained in:
S. M. Mir-Ismaili 2022-09-14 16:48:32 +04:30
parent 07468de0a8
commit 4dfabb5ead

View file

@ -219,7 +219,7 @@ export class RootBaseStore {
this.handleSyncException(e);
});
if (counter >= 5) {
if (counter >= 10) {
clearInterval(interval);
this.retrySync = true;
}