const MAX_NEW_TRANSACTIONS_PER_BATCH: usize = 16;
Maximum number of new transactions to drain from the channel per next() call.
next()