SQLite: database is locked #361

Open
opened 2018-12-17 11:36:34 +00:00 by trinity-1686a · 0 comments

Some pages such as /@/<remote@domain> are doing multiples sql queries in parallel, apparently this don't please SQLite. We should take a look at how multi-threading works with sqlite, I think we currently need Serialized level of thread safety

Plume version (and/or commit): 0.2.0

Some pages such as `/@/<remote@domain>` are doing multiples sql queries in parallel, apparently this don't please SQLite. We should take a look at [how multi-threading works with sqlite](https://www.sqlite.org/threadsafe.html), I think we currently need `Serialized` level of thread safety Plume version (and/or commit): 0.2.0
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#361
No description provided.