Clarified http.max_content_length description (#52329)

Adding "greater than" based on discussion with @jasontedor for clarity.
This commit is contained in:
Bob Blank 2020-02-24 20:01:14 -06:00 committed by GitHub
parent ac654692d4
commit 28d4b71947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -287,4 +287,4 @@ still be adjusted as desired using the cluster settings API.
[float]
==== HTTP Max content length setting is no longer parsed leniently
Previously, `http.max_content_length` would reset to `100mb` if the setting was
`Integer.MAX_VALUE`. This leniency has been removed.
greater than `Integer.MAX_VALUE`. This leniency has been removed.