From 8b5011f62db51745a31428ca4b5555f272551437 Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 30 Jan 2009 05:05:25 +0000 Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46563 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@739171 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/http.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index 035b38e2a..ce2233b72 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -480,8 +480,9 @@ you might want to increase this value as well. Default value is 1.

-

(int)The number of threads to be used to run for the polling events. Default value is 1. - Can't see a reason to go above that. But experiment and find your own results.

+

(int)The number of threads to be used to run for the polling events. + Default value is 1 per processor. Can't see a reason to go + above that. But experiment and find your own results.

(int)The priority of the poller threads. @@ -670,8 +671,7 @@ Certificate, but not fail if one isn't presented. A false value (which is the default) will not require a certificate chain unless the client requests a resource protected by a security - constraint that uses CLIENT-CERT authentication. See the - SSL HowTo for an example.

+ constraint that uses CLIENT-CERT authentication.

-- 2.11.0