1 write to BatchSize
HelixTestTasks (1)
GroupWorkItems.cs (1)
42
BatchSize
= 10;
2 references to BatchSize
HelixTestTasks (2)
GroupWorkItems.cs (2)
41
if (
BatchSize
<= 0)
90
int numBatches = Math.Min(
BatchSize
, smallItems.Count);