pub const SMALL_BLOCK_TX_THRESHOLD: usize = 5;
Blocks with fewer transactions than this skip prewarming, since the fixed overhead of spawning prewarm workers exceeds the execution time saved.