[DOCS] Fix wording for HTTP settings (#65964) (#65968)

This commit is contained in:
James Rodewig 2020-12-07 12:33:22 -05:00 committed by GitHub
parent 29a50357e1
commit 53b839fada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -42,15 +42,15 @@ Used to set the `http.bind_host` and the `http.publish_host`.
`http.max_content_length`::
(<<static-cluster-setting,Static>>)
Maximum length of an HTTP request body. Defaults to `100MB`.
Maximum size of an HTTP request body. Defaults to `100mb`.
`http.max_initial_line_length`::
(<<static-cluster-setting,Static>>)
The max length of an HTTP URL. Defaults to `4KB`.
Maximum size of an HTTP URL. Defaults to `4kb`.
`http.max_header_size`::
(<<static-cluster-setting,Static>>)
The max size of allowed headers. Defaults to `8KB`.
Maximum size of allowed headers. Defaults to `8kb`.
[[http-compression]]
// tag::http-compression-tag[]