Line length.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 1 May 2011 18:55:24 +0000 (18:55 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 1 May 2011 18:55:24 +0000 (18:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1098385 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/http.xml

index 3251459..bf619a9 100644 (file)
       </attribute>
 
       <attribute name="pollTime" required="false">
-        <p>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).
-        </p>
+        <p>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).</p>
       </attribute>
 
       <attribute name="sendfileSize" required="false">