Constant sc_consensus_slots::PRUNING_BOUND
source · [−]pub const PRUNING_BOUND: u64 = 2 * MAX_SLOT_CAPACITY; // 2_000u64
Expand description
We prune slots when they reach this number.
pub const PRUNING_BOUND: u64 = 2 * MAX_SLOT_CAPACITY; // 2_000u64
We prune slots when they reach this number.