Increase num of getPluginSyncStatus retries to 10
This commit is contained in:
parent
07468de0a8
commit
4dfabb5ead
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ export class RootBaseStore {
|
|||
this.handleSyncException(e);
|
||||
});
|
||||
|
||||
if (counter >= 5) {
|
||||
if (counter >= 10) {
|
||||
clearInterval(interval);
|
||||
this.retrySync = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue