Skip to content

Commit e6d04dc

Browse files
author
Christoph Büscher
committed
[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 9db3c4b commit e6d04dc

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
@@ -788,7 +788,7 @@ end::scroll[]
788788
tag::scroll_size[]
789789
`scroll_size`::
790790
(Optional, integer) Size of the scroll request that powers the operation.
791-
Defaults to 100.
791+
Defaults to 1000.
792792
end::scroll_size[]
793793

794794
tag::search-failures[]

0 commit comments

Comments
 (0)