Skip to content

cache: Yet another attempt to fix sqlite3 locking issues

Sam Thursfield requested to merge sam/sqlite-sync-43 into main

Try to enable WAL mode in a loop, closing the connection each time we get a "database is locked" error to avoid deadlocks.

Merge request reports