Skip to main content

BATCHES_PER_LEVEL

Constant BATCHES_PER_LEVEL 

Source
const BATCHES_PER_LEVEL: usize = 2;
Expand description

The maximum number of batches per level in the spine. In practice, we probably want a larger max and a configurable soft cap, but using a stack-friendly data structure and keeping this number low makes this safer during the initial rollout.