Closed eglowacki closed 1 month ago
It only uses 200 ids' batch at the time, but DB (director) ands up at +400 for the next Id, not 200 as accepted.
The future works correctly but bug reporter missed that next Batch is pulled which contains 200 entries, thus making ID counter advanced by 400 (twice the batch range).
It only uses 200 ids' batch at the time, but DB (director) ands up at +400 for the next Id, not 200 as accepted.