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
Consider using the busy_timeout pragma when interacting with the SQLite backend (or at least exposing a config option).
The reason is that SQLite replication tools such as Litestream can, by definition, encounter race conditions if an application is attempting to write at the same time.
Uh oh!
There was an error while loading. Please reload this page.
Consider using the busy_timeout pragma when interacting with the SQLite backend (or at least exposing a config option).
The reason is that SQLite replication tools such as Litestream can, by definition, encounter race conditions if an application is attempting to write at the same time.
The recommended solution is to use the busy_timeout pragma
The text was updated successfully, but these errors were encountered: