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