Browse Source

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

James Rodewig 4 years ago
parent
commit
e3f6adf2d1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/reference/modules/http.asciidoc

+ 3 - 3
docs/reference/modules/http.asciidoc

@@ -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[]