diff options
author | J. Eric Ivancich <ivancich@users.noreply.github.com> | 2020-02-13 20:13:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 20:13:53 +0100 |
commit | 43f1838c0ad8a348ab1c7e22debf8ecdc7072b1a (patch) | |
tree | cb0b656af0c3e4d729203b0b60fa9bf8c5e37ed3 /doc/radosgw | |
parent | Merge pull request #33165 from clwluvw/policy-subuser (diff) | |
parent | rgw: make max_connections configurable in beast (diff) | |
download | ceph-43f1838c0ad8a348ab1c7e22debf8ecdc7072b1a.tar.xz ceph-43f1838c0ad8a348ab1c7e22debf8ecdc7072b1a.zip |
Merge pull request #33053 from tpsilva/add_max_connections
rgw: make max_connections configurable in beast
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'doc/radosgw')
-rw-r--r-- | doc/radosgw/frontends.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/radosgw/frontends.rst b/doc/radosgw/frontends.rst index 1ab4ad73bc4..e863a7d2728 100644 --- a/doc/radosgw/frontends.rst +++ b/doc/radosgw/frontends.rst @@ -73,6 +73,15 @@ Options :Type: Integer (0 or 1) :Default: 0 +``max_connection_backlog`` + +:Description: Optional value to define the maximum size for the queue of + connections waiting to be accepted. If not configured, the value + from ``boost::asio::socket_base::max_connections`` will be used. + +:Type: Integer +:Default: None + Civetweb ======== |