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