removed locks, switching to WAL for SQLite default

This commit is contained in:
2021-10-25 02:12:12 +02:00
parent c30da099ed
commit efd0f9a6af
6 changed files with 46 additions and 143 deletions

View File

@@ -3,7 +3,7 @@ logging:
db:
driver: sqlite3
connect_to: "file:csgowtfd.db?_fk=1&cache=shared"
connect_to: "file:csgowtfd.db?_journal_mode=WAL&_fk=1&cache=shared&_sync=NORMAL"
parser:
worker: 6