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:56 UTC

[tomcat] branch master updated: Fix MBean description of keepAliveTimeout

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

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


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

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

commit d0a9dcf521d35c6a0210bea90d902235446ba680
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 02d5081..8464034 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