Author: markt Date: Sun May 1 18:55:24 2011 New Revision: 1098385 URL: http://svn.apache.org/viewvc?rev=1098385&view=rev Log: Line length.
Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1098385&r1=1098384&r2=1098385&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Sun May 1 18:55:24 2011 @@ -743,10 +743,10 @@ </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"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org