Switch sqlite db to WAL mode

Este commit está contenido en:
2024-05-23 18:08:09 +02:00
padre 1e06ec5d69
commit 6640504b49
Se han modificado 2 ficheros con 15 adiciones y 0 borrados

Ver fichero

@@ -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;