Skip to content

Commit 2b5a5f8

Browse files
committed
Add 'wait_for_no_initializing_shards' to Cluster\Health whitelist
1 parent 8d8c0f2 commit 2b5a5f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Elasticsearch/Endpoints/Cluster/Health.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ public function getParamWhitelist()
4747
'wait_for_relocating_shards',
4848
'wait_for_status',
4949
'wait_for_events',
50-
'wait_for_no_relocating_shards'
50+
'wait_for_no_relocating_shards',
51+
'wait_for_no_initializing_shards',
5152
);
5253
}
5354

0 commit comments

Comments
 (0)