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