mirror of
https://github.com/tale/headplane.git
synced 2026-08-29 00:17:13 +00:00
fix: write_ahead_log in sqlite config schema
This commit is contained in:
@@ -14,7 +14,7 @@ const databaseConfig = type({
|
|||||||
type: '"sqlite" | "sqlite3"',
|
type: '"sqlite" | "sqlite3"',
|
||||||
sqlite: {
|
sqlite: {
|
||||||
path: 'string',
|
path: 'string',
|
||||||
write_head_log: goBool.default(true),
|
write_ahead_log: goBool.default(true),
|
||||||
wal_autocheckpoint: 'number = 1000',
|
wal_autocheckpoint: 'number = 1000',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user