From f5c4eb2a74509f9969933871749264762250c2f7 Mon Sep 17 00:00:00 2001
From: remm The number of milliseconds this Connector will wait for
+ another HTTP request before closing the connection.
+ The default value is to use the value that has been set for the
+ connectionTimeout attribute. This value also controls the timeout interval which
+ is used for Comet connections. 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
diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml
index cf4dfd10d..583dc94e4 100644
--- a/webapps/docs/config/ajp.xml
+++ b/webapps/docs/config/ajp.xml
@@ -229,10 +229,10 @@
The number of milliseconds this Connector will wait,
- subsequent request before closing the connection.
+ The number of milliseconds this Connector will wait for
+ another AJP request before closing the connection.
The default value is to use the value that has been set for the
- connectionTimeout.
The number of milliseconds this Connector will wait, - subsequent request before closing the connection. +
The number of milliseconds this Connector will wait for + another HTTP request before closing the connection. The default value is to use the value that has been set for the - connectionTimeout.
+ connectionTimeout attribute.