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:
parent
76b2dd23e2
commit
e7c7ed6493
|
@ -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[]
|
||||
|
|
Loading…
Reference in New Issue