]> source.dussan.org Git - sonarqube.git/commitdiff
docs: default value for keepAliveTimeout
authorJason <jason.damour@five9.com>
Thu, 10 Mar 2022 16:37:15 +0000 (08:37 -0800)
committersonartech <sonartech@sonarsource.com>
Fri, 11 Mar 2022 10:30:55 +0000 (10:30 +0000)
sonar-application/src/main/assembly/conf/sonar.properties

index 34287b4730939d872c35204697454b46dd6fb122..8174c4d1029be7f4c772f826e3731b91a115fbb0 100644 (file)
 # 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.