solana-with-rpc-optimizations/ledger-tool
Yueh-Hsuan Chiang 599677f965
Derive rocksdb_fifo_shred_storage_size based on limit-ledger-size (#27459)
### Problem
When FIFO compaction is used while --rocksdb_fifo_shred_storage_size
is unspecified, the FIFO shred storage size is set to a const default based
on the default `--limit-ledger-size`.

### Summary of the Change
When --rocksdb_fifo_shred_storage_size is unspecified, it is now
derived from `--limit-ledger-size` by reserving 1500 bytes for each
shred.
2022-09-28 00:32:27 -07:00
..
src Derive rocksdb_fifo_shred_storage_size based on limit-ledger-size (#27459) 2022-09-28 00:32:27 -07:00
tests plumbs through flag to generate merkle variant of shreds 2022-09-23 16:45:18 +00:00
.gitignore
Cargo.toml chore: bump itertools from 0.10.3 to 0.10.5 (#27962) 2022-09-21 15:28:49 -06:00