fix: add WAL checkpoint on database open (#13633)
This commit is contained in:
@@ -74,6 +74,7 @@ export namespace Database {
|
|||||||
sqlite.run("PRAGMA busy_timeout = 5000")
|
sqlite.run("PRAGMA busy_timeout = 5000")
|
||||||
sqlite.run("PRAGMA cache_size = -64000")
|
sqlite.run("PRAGMA cache_size = -64000")
|
||||||
sqlite.run("PRAGMA foreign_keys = ON")
|
sqlite.run("PRAGMA foreign_keys = ON")
|
||||||
|
sqlite.run("PRAGMA wal_checkpoint(PASSIVE)")
|
||||||
|
|
||||||
const db = drizzle({ client: sqlite, schema })
|
const db = drizzle({ client: sqlite, schema })
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user