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
georgeslabreche
changed the title
the mutex in SqliteHelper defeats the prupose of scaling the DatabaseVerticle instance count
the mutex in SqliteHelper defeats the purpose of scaling the DatabaseVerticle instance count
Feb 21, 2023
It prevents database reading and writing from proceeding concurrently when setting the journal mode to WAL.
The text was updated successfully, but these errors were encountered: