From e106070640db041e5c454361b337d3a1271f37fb Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 2 Nov 2021 14:10:17 -0700 Subject: [PATCH] update docs to mention the expected behavior for requests_max fixes #13561 --- docs/throttle/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/throttle/README.md b/docs/throttle/README.md index 64b48731f..5c030fa7f 100644 --- a/docs/throttle/README.md +++ b/docs/throttle/README.md @@ -27,7 +27,7 @@ mc admin config set myminio/ api requests_max=1600 mc admin service restart myminio/ ``` -> NOTE: A zero value of `requests_max` means unlimited and that is the default behavior. +> NOTE: A zero value of `requests_max` means MinIO will automatically calculate requests based on available RAM size and that is the default behavior. ### Configuring connection (wait) deadline This value works in conjunction with max connection setting, setting this value allows for long waiting requests to quickly time out when there is no slot available to perform the request.