Constant zebrad::components::sync::DEFAULT_CHECKPOINT_CONCURRENCY_LIMIT
source · [−]pub const DEFAULT_CHECKPOINT_CONCURRENCY_LIMIT: usize = zebra_consensus::MAX_CHECKPOINT_HEIGHT_GAP * 3; // 1_200usize
Expand description
The default for the user-specified lookahead limit.
See MIN_CHECKPOINT_CONCURRENCY_LIMIT
for details.
TODO: increase to MAX_CHECKPOINT_HEIGHT_GAP * 5
, after we implement orchard batching