summaryrefslogtreecommitdiffstats
path: root/doc/radosgw
diff options
context:
space:
mode:
authorJ. Eric Ivancich <ivancich@users.noreply.github.com>2020-02-13 20:13:53 +0100
committerGitHub <noreply@github.com>2020-02-13 20:13:53 +0100
commit43f1838c0ad8a348ab1c7e22debf8ecdc7072b1a (patch)
treecb0b656af0c3e4d729203b0b60fa9bf8c5e37ed3 /doc/radosgw
parentMerge pull request #33165 from clwluvw/policy-subuser (diff)
parentrgw: make max_connections configurable in beast (diff)
downloadceph-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.rst9
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
========