3 references to MaxBatchSize
Microsoft.AspNetCore.Diagnostics.Middleware (3)
Buffering\IncomingRequestLogBuffer.cs (3)
23PoolFactory.CreateListPoolWithCapacity<DeserializedLogRecord>(MaxBatchSize); 116for (int offset = 0; offset < numItemsToEmit && !tempBuffer.IsEmpty; offset += MaxBatchSize) 118int currentBatchSize = Math.Min(MaxBatchSize, numItemsToEmit - offset);