Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default max concurrent search req. to the avg shards size per index
We moved to 1 shard by default which caused some issues in how many concurrent shard requests we allow by default. For instance searching a 5 shard index on a single node will now be executed serially per shard while we want these cases to have a good concurrency out of the box. This change moves to defaults based on the avg. number of shards per index in the current search request to provide a good out of the box concurrency. Relates to elastic#30783 Closes elastic#30994
- Loading branch information