3 references to LogBatchSize
Stress.ApiService (3)
LargeTelemetryGenerator.cs (3)
88if ((logIndex + 1) % LogBatchSize == 0) 223for (var firstLogIndex = 0; firstLogIndex < totalLogCount; firstLogIndex += LogBatchSize) 229var logCount = Math.Min(LogBatchSize, totalLogCount - firstLogIndex);