News

I've found similar closed issues: SQLITE_BUSY The database file is locked (database is locked) SQLite locks when messages are sent concurrently but suggested fix of adding --disable-send-log isn't ...
I would say it is a confusing pitfall of the way that Diesel, Rocket, and SQLite interact around transactions and database file locking. SQLite tends to lock the database in ways that are unavoidable ...