mirror of
https://github.com/appy-one/acebase.git
synced 2026-06-30 06:02:02 -06:00
increase worker db existence polling timeout
This commit is contained in:
parent
e64d5de8b0
commit
59685ffd6e
1 changed files with 1 additions and 1 deletions
|
|
@ -886,7 +886,7 @@ export class AceBaseStorage extends Storage {
|
|||
const exists = await pfs.exists(this.fileName);
|
||||
if (exists) { openDatabaseFile(); }
|
||||
else { poll(); }
|
||||
}, 10); // Wait 10ms before trying again
|
||||
}, 1000); // Wait 1s before trying again
|
||||
};
|
||||
poll();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue