pub const MERKLE_STAGE_DEFAULT_INCREMENTAL_THRESHOLD: u64 = 7_000;Expand description
The default threshold (in number of blocks) to run the stage in incremental mode. The incremental mode will calculate the state root for a large range of blocks by calculating the new state root for this many blocks, in batches, repeating until we reach the desired block number.