You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mi...@apache.org on 2019/11/20 13:56:22 UTC

[tomcat] branch 7.0.x updated: Fix MBean description of keepAliveTimeout

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


View the commit online:
https://github.com/apache/tomcat/commit/24c3b9e3ac564006754f9f6f9fe278497d2d0db4

The following commit(s) were added to refs/heads/7.0.x by this push:
     new 24c3b9e  Fix MBean description of keepAliveTimeout
24c3b9e is described below

commit 24c3b9e3ac564006754f9f6f9fe278497d2d0db4
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Nov 20 14:50:40 2019 +0100

    Fix MBean description of keepAliveTimeout
---
 java/org/apache/catalina/connector/mbeans-descriptors.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/connector/mbeans-descriptors.xml b/java/org/apache/catalina/connector/mbeans-descriptors.xml
index 335aea6..f280f6c 100644
--- a/java/org/apache/catalina/connector/mbeans-descriptors.xml
+++ b/java/org/apache/catalina/connector/mbeans-descriptors.xml
@@ -74,7 +74,7 @@
 
     <!-- Common -->
     <attribute   name="keepAliveTimeout"
-          description="The number of seconds Tomcat will wait for a subsequent request before closing the connection"
+          description="The number of milliseconds Tomcat will wait for a subsequent request before closing the connection"
                  type="int"/>
 
     <attribute   name="localPort"


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org