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

channeldb: specify freelist bbolt options by default #3278

Merged
merged 2 commits into from
Jul 30, 2019

Commits on Jul 8, 2019

  1. build: update bbolt to v1.3.3 with panic rollback fix

    This commit updates the bbolt dependency to v1.3.3 so that we
    can use the NoFreelistSync option without triggering a panic
    in case a rollback occurs.
    Crypt-iQ committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    4fd7892 View commit details
    Browse the repository at this point in the history
  2. channeldb + wtdb: specify freelist bbolt options by default

    This commit specifies two bbolt options when opening the underlying
    channel and watchtower databases so that there is reduced heap
    pressure in case the bbolt database has a lot of free pages in the
    B+ tree.
    Crypt-iQ committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    66d15c8 View commit details
    Browse the repository at this point in the history