Switch sqlite db to WAL mode
This commit is contained in:
@ -630,6 +630,8 @@ void MainWindow::saveSettings()
|
||||
"Failed to remove old database. Settings not saved.");
|
||||
return;
|
||||
}
|
||||
QFile::remove(Common::databasePath() + "-shm");
|
||||
QFile::remove(Common::databasePath() + "-wal");
|
||||
}
|
||||
|
||||
QSettings settings;
|
||||
|
Reference in New Issue
Block a user