-
Notifications
You must be signed in to change notification settings - Fork 542
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
"SQLiteException: Database is locked" error is still occuring #8382
Labels
Milestone
Comments
Removing ""openedDb.query("PRAGMA busy_timeout = 100")" get rid of this scenario, which we added to avoid database locked issue. |
That's odd. Should we try a longer one? |
BijinDev
added a commit
that referenced
this issue
Jan 28, 2025
Fixed by changing busy_timeout from 100 to 1000 close: #8382
BijinDev
added a commit
that referenced
this issue
Jan 28, 2025
Fixed by changing busy_timeout from 100 to 1000 close: #8382
Maybe handling migration from sqlcypher3 to sqlcypher4 will fix this Notes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The solution associated with #8049 was not a bug fix, as we could not reproduce the error, but a band-aid to hopefully catch the error. This error still occurs even with that band-aid.
I am now able to more reliably produce this error so we can hopefully find a better fix:
Repro steps:
Notes:
step 2 may not be necessary
The text was updated successfully, but these errors were encountered: