This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new e1f905b7f9 Remove attribute duplication
e1f905b7f9 is described below

commit e1f905b7f9aed941c99daedbef34e8e06d014607
Author: remm <r...@apache.org>
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 b84fee2e2a..86d93ce27d 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -563,18 +563,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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to