From: markt Date: Mon, 18 Apr 2011 14:43:26 +0000 (+0000) Subject: Add missing whitespace X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=13392b3a9fa0fa22b08fe95d93af6f9b4c8bf0e9;p=tomcat7.0 Add missing whitespace git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1094602 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index baf1015cc..09b47c73d 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -651,21 +651,21 @@

(int)Tomcat will cache SocketProcessor objects to reduce garbage collection. The integer value specifies how many objects to keep in the cache at most. The default is 500. Other values are - -1 for unlimited cache and 0for no cache.

+ -1 for unlimited cache and 0 for no cache.

(int)Tomcat will cache KeyAttachment objects to reduce garbage collection. The integer value specifies how many objects to keep in the cache at most. The default is 500. Other values are - -1 for unlimited cache and 0for no cache.

+ -1 for unlimited cache and 0 for no cache.

(int)Tomcat will cache PollerEvent objects to reduce garbage collection. The integer value specifies how many objects to keep in the cache at most. The default is 500. Other values are - -1 for unlimited cache and 0for no cache.

+ -1 for unlimited cache and 0 for no cache.