We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df6eef commit 91e806aCopy full SHA for 91e806a
1 file changed
src/main/worker/dbService/db.ts
@@ -36,6 +36,7 @@ export const init = (lxDataPath: string): boolean | null => {
36
initTables(db)
37
dbFileExists = false
38
}
39
+ db.pragma('journal_mode = WAL')
40
41
if (dbFileExists) migrateData(db)
42
0 commit comments