solana/validator
Yueh-Hsuan Chiang 8674c96a66
Make the default values of FIFO compaction consistent with validator args (#25778)
#### Problem
When FIFO compaction is used, the size ratio between data shred and coding
shred is set to 1:1 based on the `--rocksdb_fifo_shred_storage_size` arg.
However, BlockstoreRocksFifoOptions::default() uses a slightly optimized
5:4 ratio instead, and the default() function is only used in benchmarks.

#### Summary of Changes
This PR makes both validator argument and BlockstoreRocksFifoOptions::default()
to use 1:1 ratio between data and coding shred size.
2022-06-07 15:24:58 +08:00
..
src Make the default values of FIFO compaction consistent with validator args (#25778) 2022-06-07 15:24:58 +08:00
.gitignore Ignore test-ledger when running test-validator (#19433) 2021-08-25 15:48:12 -07:00
Cargo.toml chore: bump libc from 0.2.125 to 0.2.126 (#25332) 2022-05-19 13:58:12 -06:00
solana-test-validator Initial solana-test-validator command-line program 2020-12-11 04:17:38 +00:00