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 88e93576b8 Fix typo reported by Chuck Caldarale
88e93576b8 is described below

commit 88e93576b874cb656d154b9e6c6caaa6d17b9236
Author: remm <r...@apache.org>
AuthorDate: Mon Jun 10 16:12:43 2024 +0200

    Fix typo reported by Chuck Caldarale
---
 webapps/docs/config/http.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index 4303a28f8b..61317d8b5c 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -611,9 +611,9 @@
       This setting dictates how many of these objects get cached.
       <code>-1</code> means unlimited, default is <code>200</code>.
       <code>0</code> means no request processor reuse. This has a very
-      significant impact on performance depending on the workload, but gives
-      additional security guarantees by avoidoing reuse of all request
-      processing objects.
+      significant impact on performance and garbage collection depending on
+      the workload, but provides additional security guarantees by avoiding
+      reuse of all request processing objects.
       If not using Servlet 3.0 asynchronous processing, an appropriate value
       is to use the same as the maxThreads setting. If using Servlet 3.0
       asynchronous processing, an appropriate value is to use the larger


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to