removed locks, switching to WAL for SQLite default
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user