Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove cache=shared option for less
database is locked
errors
Inspired by mattn/go-sqlite3#209, but we are not following their advice because `db.SetMaxOpenConns(1)` destroys our performance because we require the database queries (and updates) to run in parallel. This seems to make the `database is locked` errors go away a bit, at least in local testing
- Loading branch information