aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
diff options
context:
space:
mode:
authorJason <jason.damour@five9.com>2022-03-10 08:37:15 -0800
committersonartech <sonartech@sonarsource.com>2022-03-11 10:30:55 +0000
commit77e7247fc9a7a32d9ce6a67a7a55f95702e155a8 (patch)
treec8c934a6ae0e8da72efded2fd14ad91d3f149088 /sonar-application/src
parentc1ae960d80677e8f13d033742b754a2221dbc33e (diff)
downloadsonarqube-77e7247fc9a7a32d9ce6a67a7a55f95702e155a8.tar.gz
sonarqube-77e7247fc9a7a32d9ce6a67a7a55f95702e155a8.zip
docs: default value for keepAliveTimeout
Diffstat (limited to 'sonar-application/src')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties2
1 files changed, 1 insertions, 1 deletions
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.