Clarifying that pollTime parameter is in microseconds, and correcting the ms equivale...
authortimw <timw@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Apr 2011 08:48:30 +0000 (08:48 +0000)
committertimw <timw@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Apr 2011 08:48:30 +0000 (08:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1088925 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/ajp.xml
webapps/docs/config/http.xml

index 4a11231..e20663b 100644 (file)
   
     <attributes>
       <attribute name="pollTime" required="false">
-        <p>Duration of a poll call. 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>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>
 
index e6b9165..baf1015 100644 (file)
       </attribute>
 
       <attribute name="pollTime" required="false">
-        <p>Duration of a poll call. 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 (5ms).
+        <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>