Removing hard coded value of max concurrent shard requests (#3364)
Signed-off-by: Ankit Jain <jain.ankitk@gmail.com>
This commit is contained in:
parent
892e9846b5
commit
f8b102c565
|
@ -340,7 +340,7 @@ public class TransportSearchAction extends HandledTransportAction<SearchRequest,
|
|||
clusterState,
|
||||
task,
|
||||
new ArraySearchPhaseResults<>(shardsIts.size()),
|
||||
1,
|
||||
searchRequest.getMaxConcurrentShardRequests(),
|
||||
clusters
|
||||
) {
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue