Browse Source

[DOCS] Reword `buffer_size` default (#72038)

James Rodewig 4 years ago
parent
commit
6eed0b6bb5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/plugins/repository-s3.asciidoc

+ 2 - 2
docs/plugins/repository-s3.asciidoc

@@ -303,8 +303,8 @@ include::repository-shared-settings.asciidoc[]
     setting a buffer size lower than `5mb` is not allowed since it will prevent
     the use of the Multipart API and may result in upload errors. It is also not
     possible to set a buffer size greater than `5gb` as it is the maximum upload
-    size allowed by S3. Defaults to the minimum between `100mb` and `5%` of the
-    heap size.
+    size allowed by S3. Defaults to `100mb` or `5%` of JVM heap, whichever is
+    smaller.
 
 `canned_acl`::