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
{{ message }}
This repository has been archived by the owner on May 17, 2019. It is now read-only.
While checking which domain my backup process had gotten to I noticed that the worker processes are keeping the sqlite database open, is that intentional/needed?
No it's not intentional and isn't needed. Originally I was trying to come up with a good way of letting the children report their results directly in the database. I ran into too many locking issues and finally moved that work to the parent process. So it's basically left-over from that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While checking which domain my backup process had gotten to I noticed that the worker processes are keeping the sqlite database open, is that intentional/needed?
The text was updated successfully, but these errors were encountered: