Browse Source

[DOCS] Clarify `http.max_content_length` def (#62562)

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

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

@@ -42,7 +42,7 @@ Used to set the `http.bind_host` and the `http.publish_host`.
 
 `http.max_content_length`::
 (<<static-cluster-setting,Static>>)
-The max content of an HTTP request. Defaults to `100MB`.
+Maximum length of an HTTP request body. Defaults to `100MB`.
 
 `http.max_initial_line_length`::
 (<<static-cluster-setting,Static>>)