Skip to content

Commit

Permalink
[DOCS] Fix requests_per_second reindex param (#59871) (#59878)
Browse files Browse the repository at this point in the history
Corrects the `requests_per_second` query parameter used in the reindex,
delete by query, and update by query API docs.

The parameter defaults to `-1` (no throttle). `0` is not an allowed value.
  • Loading branch information
jrodewig authored Jul 20, 2020
1 parent 2cd2e05 commit 69c0e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/rest-api/common-parms.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ end::request_cache[]
tag::requests_per_second[]
`requests_per_second`::
(Optional, integer) The throttle for this request in sub-requests per second.
-1 means no throttle. Defaults to 0.
Defaults to `-1` (no throttle).
end::requests_per_second[]

tag::routing[]
Expand Down

0 comments on commit 69c0e7c

Please sign in to comment.