pub const MAX_BATCH_SIZE: usize = 64;Expand description
Maximum number of messages to batch in a single operation.
This value balances throughput gains against latency. Too high and we introduce unnecessary latency, too low and we don’t get the full benefit of batching.