Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix the error of database is locked when use sqlite #60

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

Li4n0
Copy link
Owner

@Li4n0 Li4n0 commented Sep 13, 2022

use db-level lock to prevent too much write operation lead to error of database is locked when use sqlite. #54

Describe the pull request

A clear and concise description of what the pull request is about, i.e. what problem should be fixed?

Link to the issue:

Checklist

  • I agree to follow the Code of Conduct by submitting this pull request.
  • I have reviewed my own code.
  • All new and existing tests passed.

use db-level lock to prevent too much write operation lead to error of `database is locked` when use
sqlite. #54

fix #54
@Li4n0 Li4n0 merged commit d29b767 into master Sep 13, 2022
@Li4n0 Li4n0 deleted the fix-database-is-locked-error-when-use-sqlite branch September 13, 2022 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant