pub const BATCH_MAX: usize = 64;
The largest batch the shard loop drains in one pass (04 section 3).
04
This is also the C ABI’s BATCH_MAX and the size of every _many form, so it is here rather than in the shard crate.
BATCH_MAX
_many