From 90076f97329ff528b7f5781525004b241e507c2a Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 1 May 2011 18:55:24 +0000 Subject: [PATCH] Line length. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1098385 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 32514599f..bf619a958 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -743,10 +743,10 @@ -

Duration of a poll call in microseconds. Lowering this value will slightly - decrease latency of connections being kept alive in some cases, but will use - more CPU as more poll calls are being made. The default value is 2000 (2ms). -

+

Duration of a poll call in microseconds. Lowering this value will + slightly decrease latency of connections being kept alive in some cases, + but will use more CPU as more poll calls are being made. The default + value is 2000 (2ms).

-- 2.11.0