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
No spacemesh app should delete postbin data without explicit consent from the user.
I had a hairy few days after running either -verify or -genproof with all arguments expect numunits present. It took the default numunits of 4, ignored the postdata_metadata config and proceeded to wipe out TiBs of data it deemed redundant in the blink of an eye.
I've commented out the entire removeRedundantFiles routine in my local version but if there's a use case for it then it needs to be called explicitly ie by supplying -clean to postcli. It can't be chained into other calls as a side effect.
The text was updated successfully, but these errors were encountered:
No spacemesh app should delete postbin data without explicit consent from the user.
I had a hairy few days after running either -verify or -genproof with all arguments expect numunits present. It took the default numunits of 4, ignored the postdata_metadata config and proceeded to wipe out TiBs of data it deemed redundant in the blink of an eye.
I've commented out the entire removeRedundantFiles routine in my local version but if there's a use case for it then it needs to be called explicitly ie by supplying -clean to postcli. It can't be chained into other calls as a side effect.
The text was updated successfully, but these errors were encountered: