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

chore(pebbledb): remove isForceSync flag #125

Merged
merged 4 commits into from
Jan 25, 2024
Merged

chore(pebbledb): remove isForceSync flag #125

merged 4 commits into from
Jan 25, 2024

Commits on Jan 25, 2024

  1. chore(pebbledb): remove isForceSync flag

    Downstream dependencies should use `SetSync`/`DeleteSync` to force
    flushing OS buffers to disk.
    melekes committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b75582f View commit details
    Browse the repository at this point in the history
  2. gofumpt the code

    melekes committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a856663 View commit details
    Browse the repository at this point in the history
  3. update readme

    melekes committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    24c10fc View commit details
    Browse the repository at this point in the history
  4. add note

    melekes committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1ee4498 View commit details
    Browse the repository at this point in the history