This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 3e5fae1eac Remove attribute duplication
3e5fae1eac is described below
commit 3e5fae1eac7b1bf4e986015e1fd90c602513cd40
Author: remm <[email protected]>
AuthorDate: Wed Jun 12 12:05:31 2024 +0200
Remove attribute duplication
---
webapps/docs/config/http.xml | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index bd2ec287d1..0b90338156 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -549,18 +549,6 @@
<code>Integer.MAX_VALUE</code></p>
</attribute>
- <attribute name="maxThreads" required="false">
- <p>The maximum number of request processing threads to be created
- by this <strong>Connector</strong>, which therefore determines the
- maximum number of simultaneous requests that can be handled. If
- not specified, this attribute is set to 200. If an executor is associated
- with this connector, this attribute is ignored as the connector will
- execute tasks using the executor rather than an internal thread pool.
Note
- that if an executor is configured any value set for this attribute will
be
- recorded correctly but it will be reported (e.g. via JMX) as
- <code>-1</code> to make clear that it is not used.</p>
- </attribute>
-
<attribute name="maxSwallowSize" required="false">
<p>The maximum number of request body bytes (excluding transfer encoding
overhead) that will be swallowed by Tomcat for an aborted upload. An
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]