fix: add JOURNAL_MODE=delete for Pinchflat SQLite on network share
SQLite was experiencing connection timeouts and errors because the downloads folder is on a HiDrive network mount. Setting JOURNAL_MODE to delete fixes SQLite locking issues on network filesystems. Fixes: database connection timeouts and "Sqlite3 was invoked incorrectly" errors 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -73,6 +73,7 @@ services:
|
|||||||
- /mnt/hidrive/users/valknar/Downloads/pinchflat:/downloads
|
- /mnt/hidrive/users/valknar/Downloads/pinchflat:/downloads
|
||||||
environment:
|
environment:
|
||||||
TZ: ${TIMEZONE:-Europe/Berlin}
|
TZ: ${TIMEZONE:-Europe/Berlin}
|
||||||
|
JOURNAL_MODE: delete
|
||||||
networks:
|
networks:
|
||||||
- compose_network
|
- compose_network
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user