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 <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2023-03-11 14:12:04 -05:00
parent ffeacc0959
commit 7b56006e0e

View File

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