only wait 5 seconds to load vault

This commit is contained in:
Kyle Spearrin 2018-04-14 13:40:25 -04:00
parent 10014c8b09
commit 5958fa1fc4
3 changed files with 3 additions and 3 deletions

2
jslib

@ -1 +1 @@
Subproject commit 831b4cff7b8a4969bb050cad5e16f372e0c5ec30
Subproject commit 2930d7daf7ce31ea029153a5b54f167277ce3ea0

View File

@ -97,7 +97,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
if (!this.loaded) {
await this.load();
}
}, 10000);
}, 5000);
}
}

View File

@ -114,7 +114,7 @@ export class GroupingsComponent extends BaseGroupingsComponent implements OnInit
if (!this.loaded) {
this.load();
}
}, 10000);
}, 5000);
}
if (!this.syncService.syncInProgress || restoredScopeState) {