Revert "Enable fullfsync mode in the database"
This reverts commit a2eac80034
.
This commit is contained in:
parent
124d671368
commit
c0082adc56
1 changed files with 0 additions and 1 deletions
|
@ -413,7 +413,6 @@ function switchToWAL(db: Database): void {
|
||||||
// https://sqlite.org/wal.html
|
// https://sqlite.org/wal.html
|
||||||
db.pragma('journal_mode = WAL');
|
db.pragma('journal_mode = WAL');
|
||||||
db.pragma('synchronous = FULL');
|
db.pragma('synchronous = FULL');
|
||||||
db.pragma('fullfsync = ON');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function migrateSchemaVersion(db: Database): void {
|
function migrateSchemaVersion(db: Database): void {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue