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
We now disable WAL for UTXODB, so should the process crash UTXODB will be in an inconsistent state. The solution is to manually flush the DB, and mark the state when we flush.
The text was updated successfully, but these errors were encountered:
can we ensure there is no flush other than the manual flush? since we can record the state when manual flush, but automatic flush will not record the state
We now disable WAL for UTXODB, so should the process crash UTXODB will be in an inconsistent state. The solution is to manually flush the DB, and mark the state when we flush.
The text was updated successfully, but these errors were encountered: