You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
SQLite can't handle concurrent write operation (https://www.sqlite.org/faq.html). #33 add file lock to walk around the issue, but the performance is bad, need to figure out a solution.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Still saw multi process consistency issue when using sqlite db, need to add a file lock
The text was updated successfully, but these errors were encountered: