Skip to content

Commit fe75bf5

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 bd76334 commit fe75bf5

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
@@ -794,7 +794,7 @@ end::scroll[]
794794
tag::scroll_size[]
795795
`scroll_size`::
796796
(Optional, integer) Size of the scroll request that powers the operation.
797-
Defaults to 100.
797+
Defaults to 1000.
798798
end::scroll_size[]
799799

800800
tag::search-failures[]

0 commit comments

Comments
 (0)