[DOCS] Fix `requests_per_second` reindex param (#59871) (#59876)

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.
This commit is contained in:
James Rodewig 2020-07-20 10:08:51 -04:00 committed by GitHub
parent 76b2dd23e2
commit e7c7ed6493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,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[]