-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potential race condition fix? #82
Comments
Hmmm, just had a quick look. I think what we could do is adding that montydb/montydb/storage/sqlite.py Line 237 in 4653538
Then the config should be used to initialize a SQLite storage engine instance here: montydb/montydb/storage/sqlite.py Lines 85 to 89 in 4653538
At the moment, SQLite config is being used to keep database pargmas, but it could do more than that. And |
so it is not a race condition fix? Sorry about my ignorance. |
Don't be sorry! I am not familiar with this either. But we certainly can add |
Feature added in |
u rock! |
I observed this change in @c4p-n1ck's fork:
master...c4p-n1ck:montydb:master#diff-822d717926e4514a846fad4aecc14e0cfcd9f30b60eca800667359921e6a5022R96
Should that be brought here?
The text was updated successfully, but these errors were encountered: