update docs to mention the expected behavior for requests_max

fixes #13561
This commit is contained in:
Harshavardhana 2021-11-02 14:10:17 -07:00
parent 091a7ae359
commit e106070640
1 changed files with 1 additions and 1 deletions

View File

@ -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.