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

feat: simplify pebble datastore creation with single set of options #39

Merged
merged 1 commit into from
Oct 3, 2024

Commits on Oct 2, 2024

  1. Simplify Pebble Datastore creation with single set of options

    Use a single set of options when creating the Pebble Datastore. One of the options allows passing a struct containing all Pebble options.This means that no argumants other than path are to create a pebble datastore with the default settings.
    
    Make it easier to handle creation/teardown of a custom-sized Pebble shared block cache. Only the cache size need to be specified as a creation option if using other the default size.
    gammazero committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c174835 View commit details
    Browse the repository at this point in the history