eglowacki / zloty

YAGET development
MIT License
1 stars 0 forks source link

GetNextBatch advances by 2 times it's range #51

Closed eglowacki closed 1 month ago

eglowacki commented 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.

eglowacki commented 1 month ago

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).