Skip to content

Commit

Permalink
Extend sleep period to 5 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
ifconfigla committed Aug 12, 2023
1 parent 566a530 commit 88a35aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/filesystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const initDB = async () => {
initFile(path.join(VIEWS_ROOT, f), path.join(DB_ROOT, f));
}));
initPort();
await sleep(2);
await sleep(5);
};

const openDB = async (DB_PATHS, dbName, isUpdate = false) => {
Expand Down

0 comments on commit 88a35aa

Please sign in to comment.