Browse Source

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

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.
James Rodewig 5 years ago
parent
commit
1d8143deae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/rest-api/common-parms.asciidoc

+ 1 - 1
docs/reference/rest-api/common-parms.asciidoc

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