Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disallow --rocksdb-shred-compaction fifo in the validator
The use of fifo compaction in rocksdb is deprecated (as of v2.0). The current behavior emits a warning if fifo is set. This change removes "fifo" as an option, leaving "level" as the only valid value for --rocksdb-shred-compaction
- Loading branch information