From: Casey Bodley Date: Sat, 11 Mar 2023 19:12:04 +0000 (-0500) Subject: doc/rgw: remove rgw_thread_pool_size from frontend options X-Git-Tag: v19.0.0~1567^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F50483%2Fhead;p=ceph.git doc/rgw: remove rgw_thread_pool_size from frontend options this is a config variable, not a frontend option. and the description is not accurate Signed-off-by: Casey Bodley --- diff --git a/doc/radosgw/frontends.rst b/doc/radosgw/frontends.rst index 45b29cb6fd87..5c6900f54489 100644 --- a/doc/radosgw/frontends.rst +++ b/doc/radosgw/frontends.rst @@ -127,15 +127,6 @@ Options :Type: Integer :Default: ``65000`` -``rgw_thread_pool_size`` - -:Description: Sets the number of threads spawned by Beast to handle - incoming HTTP connections. This effectively limits the number - of concurrent connections that the frontend can service. - -:Type: Integer -:Default: ``512`` - ``max_header_size`` :Description: The maximum number of header bytes available for a single request.