From: timw Date: Tue, 5 Apr 2011 08:48:30 +0000 (+0000) Subject: Clarifying that pollTime parameter is in microseconds, and correcting the ms equivale... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=45e4dac1aa8798f8f41c1cafbc65c2e8f07e3b17;p=tomcat7.0 Clarifying that pollTime parameter is in microseconds, and correcting the ms equivalent for HTTP connector use of it. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1088925 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index 4a11231a6..e20663bc7 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -457,9 +457,10 @@ -

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). +

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).

diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index e6b91653f..baf1015cc 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -736,9 +736,9 @@ -

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). +

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).