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