Skip to content

Commit b44a03d

Browse files
author
Christoph Büscher
authored
[Docs] Correct default scroll_size for update by query (#63656)
The current _update_by_query documentation mentions a scroll_size default of 100 and later another default of 1000. We use the default of 1000 defined in AbstractBulkByScrollRequest and this PR changes the documentation accordingly. Closes #63637
1 parent b0b2acc commit b44a03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/rest-api/common-parms.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ end::scroll[]
772772
tag::scroll_size[]
773773
`scroll_size`::
774774
(Optional, integer) Size of the scroll request that powers the operation.
775-
Defaults to 100.
775+
Defaults to 1000.
776776
end::scroll_size[]
777777

778778
tag::search-failures[]

0 commit comments

Comments
 (0)