Skip to content

Commit

Permalink
Add 'max_concurrent_searches' to msearch whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jan 7, 2019
1 parent 098030e commit 5624123
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Elasticsearch/Endpoints/Msearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ public function getParamWhitelist()
return array(
'search_type',
'typed_keys',
'max_concurrent_shard_requests'
'max_concurrent_shard_requests',
'max_concurrent_searches'
);
}

Expand Down

0 comments on commit 5624123

Please sign in to comment.