86cf0ad758
Performing a manual ledger compaction can be very time consuming. Although the compaction will optimize storage use, swapping to skip compaction favors the command completing faster. Additionally, we no longer do regular compaction in the validator (via LedgerCleanupService) and instead make use of range deletion which is much more efficient. Given the above, this changes alters the default behavior to skip ledger compaction by default, and introduces a flag should a user really want to run compaction. |
||
---|---|---|
.. | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml |