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:52:24 UTC

[tomcat] branch 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

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

commit cc2e3882e5ba40850537b619aed894ec0ab4da0e
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 9c02405..efc26c7 100644
--- a/java/org/apache/catalina/connector/mbeans-descriptors.xml
+++ b/java/org/apache/catalina/connector/mbeans-descriptors.xml
@@ -83,7 +83,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