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

Flag to enable compaction during initial sync #115

Merged
merged 2 commits into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. Flag to enable compaction during initial sync

    While compaction during initial sync makes thing much slower, it may be
    preferred to not require to size the disk the double of the final
    required space.
    RCasatta committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f122121 View commit details
    Browse the repository at this point in the history
  2. improve logging during initial sync

    it is less interesting to see how many rows are written in the db and
    more interesting knowing the last height indexed
    RCasatta committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6d182d8 View commit details
    Browse the repository at this point in the history