hydrus/db/to permanently disable wal.txt

3 lines
277 B
Plaintext
Raw Normal View History

2016-01-21 00:04:18 +00:00
If you do not want to use WAL journalling, you can either use the switch '-no-wal' on either the client or server, or you can just put a file in this directory called 'no-wal'. SQLite will try to use TRUNCATE instead.
This can happen automatically if WAL fails on db creation.