Constant mz_persist_client::internal::trace::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.