mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
update docs to mention the expected behavior for requests_max
fixes #13561
This commit is contained in:
parent
091a7ae359
commit
e106070640
@ -27,7 +27,7 @@ mc admin config set myminio/ api requests_max=1600
|
|||||||
mc admin service restart myminio/
|
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
|
### 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user