const REFUEL: usize = 1_000_000;Expand description
Number of output records the arrangement flat_map operators may produce before yielding.
See ArrangementFlavor::flat_map for the fuel rationale; the constant is a pragmatic
compromise and not tuned empirically.