Skip to content

Commit 060b54d

Browse files
committed
Add 'max_concurrent_searches' to msearch whitelist
1 parent 6002822 commit 060b54d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Elasticsearch/Endpoints/Msearch.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ public function getParamWhitelist()
8080
return array(
8181
'search_type',
8282
'typed_keys',
83-
'max_concurrent_shard_requests'
83+
'max_concurrent_shard_requests',
84+
'max_concurrent_searches'
8485
);
8586
}
8687

0 commit comments

Comments
 (0)