Skip to content

Commit

Permalink
Removing hard coded value of max concurrent shard requests
Browse files Browse the repository at this point in the history
Signed-off-by: Ankit Jain <jain.ankitk@gmail.com>
  • Loading branch information
jainankitk committed May 17, 2022
1 parent 8f8909f commit bd99b0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ public AbstractSearchAsyncAction<? extends SearchPhaseResult> asyncSearchAction(
clusterState,
task,
new ArraySearchPhaseResults<>(shardsIts.size()),
1,
searchRequest.getMaxConcurrentShardRequests(),
clusters
) {
@Override
Expand Down

0 comments on commit bd99b0b

Please sign in to comment.