Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase step between checks for cancellation (elastic#53712)
The introduction of the ExitableDirectoryReader showed increase of latencies for range queries using pointvalues. Check for cancellation every 1024 docs instead of every 15 to lower the impact of the check in query's performance. Follows: elastic#52822 Fixes: elastic#53496 (cherry picked from commit 6b5fc35)
- Loading branch information