Skip to content

Commit 1aed1f6

Browse files
lukewhitingCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 2429ec0 commit 1aed1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/rest/action/document/RestBulkAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class RestBulkAction extends BaseRestHandler {
6464

6565
public static final String TYPES_DEPRECATION_MESSAGE = "[types removal] Specifying types in bulk requests is deprecated.";
6666
public static final String FAILURE_STORE_STATUS_CAPABILITY = "failure_store_status";
67-
public static final Set<String> STREAMS_ALLOWED_PARAMS = new LinkedHashSet<>(2) {
67+
public static final Set<String> STREAMS_ALLOWED_PARAMS = new LinkedHashSet<>(4) {
6868
{
6969
add("index");
7070
add("op_type");

0 commit comments

Comments
 (0)