solana-with-rpc-optimizations/core
steviez 2272fd807e
Remove Blockstore manual compaction code (#28409)
The manual Blockstore compaction that was being initiated from
LedgerCleanupService has been disabled for quite some time in favor of
several optimizations.

Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
2022-10-28 10:39:00 +02:00
..
benches Split out voting and banking threads in banking stage (#27931) 2022-10-20 21:10:48 +00:00
src Remove Blockstore manual compaction code (#28409) 2022-10-28 10:39:00 +02:00
tests Remove Blockstore manual compaction code (#28409) 2022-10-28 10:39:00 +02:00
.gitignore
Cargo.toml Use num-enum crate to make everything typesafe 2022-10-05 11:43:27 -05:00
build.rs