mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Speed up SQLite for client even more
This commit is contained in:
parent
8eef3c029a
commit
9fee66e8f5
@ -132,7 +132,7 @@ Database::Database() {
|
||||
|
||||
query.exec(QLatin1String("VACUUM"));
|
||||
|
||||
query.exec(QLatin1String("PRAGMA synchronous = NORMAL"));
|
||||
query.exec(QLatin1String("PRAGMA synchronous = OFF"));
|
||||
query.exec(QLatin1String("PRAGMA journal_mode = TRUNCATE"));
|
||||
|
||||
query.exec(QLatin1String("SELECT sqlite_version()"));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user