Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a bug that caused
extendPagesConcurrently
to only return the …
…initial page of results: Changed `if maxOffset >= minOffset` to `if minOffset >= maxOffset`.
- Loading branch information