Skip to content

Multithreading error (sqlite lock) #350

Closed Answered by ThomasLecocq
Baimanight asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, indeed, as stated in the documentation, the usage of threading can lead to issues with sqlite, as sqlite is a non-parallel "write" database. If you use it, make sure to use the "-d 5" option (5 being the number of seconds to wait between threads).

msnoise 2 should be there soon, but "master" version is already very stable

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Baimanight
Comment options

@ThomasLecocq
Comment options

Answer selected by Baimanight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants