We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575f2cf commit 67c985cCopy full SHA for 67c985c
1 file changed
packages/opencode/src/storage/db.ts
@@ -74,6 +74,7 @@ export namespace Database {
74
sqlite.run("PRAGMA busy_timeout = 5000")
75
sqlite.run("PRAGMA cache_size = -64000")
76
sqlite.run("PRAGMA foreign_keys = ON")
77
+ sqlite.run("PRAGMA wal_checkpoint(PASSIVE)")
78
79
const db = drizzle({ client: sqlite, schema })
80
0 commit comments