Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase concurrent request of opening point-in-time #96782

Merged
merged 10 commits into from
Jun 20, 2023
5 changes: 5 additions & 0 deletions docs/changelog/96782.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 96782
summary: Increase concurrent request of opening point-in-time
area: Search
type: bug
issues: []
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public SearchPhase newSearchPhase(
clusterState,
task,
new ArraySearchPhaseResults<>(shardIterators.size()),
1,
20,
clusters
) {
@Override
Expand Down