Revert "Enable fullfsync mode in the database"
This reverts commit a2eac80034
.
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user