Skip to content
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

Work around LiteDB's file storage bug #386

Merged
merged 1 commit into from
Aug 1, 2019

Conversation

dahlia
Copy link
Contributor

@dahlia dahlia commented Aug 1, 2019

This patch works around litedb-org/LiteDB#1268.

@dahlia dahlia added the bug Something isn't working label Aug 1, 2019
@dahlia dahlia added this to the 0.5.0 milestone Aug 1, 2019
@dahlia dahlia requested review from longfin and earlbread August 1, 2019 11:59
@dahlia dahlia self-assigned this Aug 1, 2019
@dahlia dahlia merged commit 87fcbe6 into planetarium:9c-fft Aug 1, 2019
dahlia added a commit to dahlia/libplanet that referenced this pull request Aug 2, 2019
It turns out that LiteDB's data corruption
(litedb-org/LiteDB#1268) seems to happen
due to sudden termination of program.  So the workaround made in the
previous patch (planetarium#386)
was reverted for the most part, and a new option named `flush` was
added to `LiteDBStore()` constructor.
dahlia added a commit to dahlia/libplanet that referenced this pull request Aug 2, 2019
It turns out that LiteDB's data corruption
(litedb-org/LiteDB#1268) seems to happen
due to sudden termination of program.  So the workaround made in the
previous patch (planetarium#386)
was reverted for the most part, and a new option named `flush` was
added to `LiteDBStore()` constructor.
longfin pushed a commit to longfin/libplanet.net that referenced this pull request Aug 6, 2019
It turns out that LiteDB's data corruption
(litedb-org/LiteDB#1268) seems to happen
due to sudden termination of program.  So the workaround made in the
previous patch (planetarium#386)
was reverted for the most part, and a new option named `flush` was
added to `LiteDBStore()` constructor.
limebell pushed a commit to limebell/libplanet that referenced this pull request Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants