We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
how fix database is locked when run ASYNC?
database is locked
ASYNC
The text was updated successfully, but these errors were encountered:
Hello @kekxv ,
Most probably you are getting database is locked error when trying to read/write DB from multiple threads simultaneously.
To fix that just set you DB connection pool to max 1 connection
Sorry, something went wrong.
@lganzzzo thank you for your reply.
you mean maxResources?I tried changing it to 1 but it became very slow. include select.
maxResources
1
very slow
select
Will database is locked exist between reading and writing? Can add a write lock?
No branches or pull requests
how fix
database is locked
when runASYNC
?The text was updated successfully, but these errors were encountered: