Skip to content

Commit

Permalink
Removing hard coded value of max concurrent shard requests (#3364)
Browse files Browse the repository at this point in the history
Signed-off-by: Ankit Jain <[email protected]>
  • Loading branch information
jainankitk authored May 18, 2022
1 parent 892e984 commit f8b102c
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 f8b102c

Please sign in to comment.