pub const RECORDING_CAP: usize = 16_384;Expand description
Upper bound on recorded externals per flow (unbounded-growth guard). Beyond
it, ReplayRecorder::record drops the result and replay falls through to
the ink fallback body for the uncovered tail.