From 13392b3a9fa0fa22b08fe95d93af6f9b4c8bf0e9 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 18 Apr 2011 14:43:26 +0000 Subject: [PATCH] Add missing whitespace git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1094602 13f79535-47bb-0310-9956-ffa450edef68 --- 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 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.

-- 2.11.0