From: Nicolas Bontoux Date: Wed, 26 Oct 2016 10:17:04 +0000 (+0200) Subject: Fix maths in sonar.properties X-Git-Tag: 6.2-RC1~226 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8a806eaa8871b70543c6846a1220bd63d7854495;p=sonarqube.git Fix maths in sonar.properties --- diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index a39c648033f..cab60b6040b 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -57,7 +57,7 @@ # at the same time, or negative for no limit. # The recommended value is 1.2 * max sizes of HTTP pools. For example if HTTP ports are # enabled with default sizes (50, see property sonar.web.http.maxThreads) -# then sonar.jdbc.maxActive should be 1.2 * (50) = 120. +# then sonar.jdbc.maxActive should be 1.2 * 50 = 60. #sonar.jdbc.maxActive=60 # The maximum number of connections that can remain idle in the