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 <micha...@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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org