From: Jason Date: Thu, 10 Mar 2022 16:37:15 +0000 (-0800) Subject: docs: default value for keepAliveTimeout X-Git-Tag: 9.4.0.54424~122 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=77e7247fc9a7a32d9ce6a67a7a55f95702e155a8;p=sonarqube.git docs: default value for keepAliveTimeout --- diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 34287b47309..8174c4d1029 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -124,7 +124,7 @@ # The number of milliseconds this Connector will wait for another HTTP request before closing the # connection. The default value is to use the value that has been set for the connectionTimeout # attribute. Use a value of -1 to indicate no (i.e. infinite) timeout. -# The default value is 25. +# The default value is 60000 (ms). #sonar.web.http.keepAliveTimeout=60000 # By default users are logged out and sessions closed when server is restarted.