3 references to MaxBatchSize
Microsoft.Extensions.Telemetry (3)
Buffering\GlobalBuffer.cs (3)
22PoolFactory.CreateListPoolWithCapacity<DeserializedLogRecord>(MaxBatchSize); 135for (int offset = 0; offset < numItemsToEmit && !tempBuffer.IsEmpty; offset += MaxBatchSize) 137int currentBatchSize = Math.Min(MaxBatchSize, numItemsToEmit - offset);