pub const CREATE_BATCH_INTERVAL: Duration;Expand description
The time a primary waits between attempts to create a new batch (only relevant after MIN_BATCH_DELAY has passed).
This only serves as a failsafe in case the task does not get woken up through other means.
Lowering it too much would be wasteful.