-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
changes this:
*stone = { .lastRecord = oplogEstimates[sampleIndex], .bytes = minBytesPerStone, .records = recordsPerSlot };
to this:
*stone = {.lastRecord = oplogEstimates[sampleIndex], .bytes = minBytesPerStone, .records = recordsPerSlot};
which seems inconsistent and undesirable