-
Notifications
You must be signed in to change notification settings - Fork 221
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
cosmic-swingset: fall back to SimpleStore if LMDB doesn't work #953
Labels
cosmic-swingset
package: cosmic-swingset
Comments
warner
added a commit
that referenced
this issue
Apr 17, 2020
warner
added a commit
that referenced
this issue
Apr 17, 2020
warner
added a commit
that referenced
this issue
Apr 17, 2020
warner
added a commit
that referenced
this issue
Apr 17, 2020
warner
added a commit
that referenced
this issue
Apr 18, 2020
warner
added a commit
that referenced
this issue
Apr 18, 2020
Today we decided that instead of a |
warner
changed the title
add switch to control which DB to use in cosmic-swingset
cosmic-swingset: fall back to SimpleStore if LMDB doesn't work
Apr 18, 2020
fixed in #963 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Until we get #950 fixed, we need a way to turn off the use of LMDB, so folks running under WSL (Windows Subsystem for Linux), or whatever the root cause turns out to be, can get it to work at all.
This is currently controlled by the
import
that we use, but for this purpose we need to add a--db=
runtime flag of some sort.cc @FUDCo @dtribble
The text was updated successfully, but these errors were encountered: