We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Write
Write doesn't sync to disk so a crash can corrupt data. One example of this is here:
neutrino/headerfs/file.go
Lines 19 to 25 in 4bc2c99
I forget if there are other call-sites
The text was updated successfully, but these errors were encountered:
Nice. We would just add, file.Sync() for the appendRaw method in headerStore, CFheader store, filterdb store.
Sorry, something went wrong.
appendRaw
Hey @Crypt-iQ I've submitted a PR for this issue. I'd love to receive any feedback! 🙏
Successfully merging a pull request may close this issue.
Write
doesn't sync to disk so a crash can corrupt data. One example of this is here:neutrino/headerfs/file.go
Lines 19 to 25 in 4bc2c99
I forget if there are other call-sites
The text was updated successfully, but these errors were encountered: