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

commit a96458d390a46ab785b7db9d990291f602e8d57a
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 3a92d79ff3..fcd8453921 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -597,9 +597,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