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
solracsf
changed the title
Set PRAGMA when using sqlite3, avoiding thousands of "database is locked" warnings in logs
Using sqlite3, thousands of "database is locked" warnings in logs
Aug 31, 2022
Discussed in #2615
Originally posted by solracsf August 28, 2022
When using Litestream, there are some parameters that can be optimized : https://litestream.io/tips/
Is there any way to pass PRAGMA parameters? Could this be an enhancement?
This would avoid lines like:
See https://github.com/mattn/go-sqlite3/blob/master/README.md#connection-string
If this is already possible, document it.
The text was updated successfully, but these errors were encountered: