From 8a806eaa8871b70543c6846a1220bd63d7854495 Mon Sep 17 00:00:00 2001 From: Nicolas Bontoux Date: Wed, 26 Oct 2016 12:17:04 +0200 Subject: [PATCH] Fix maths in sonar.properties --- sonar-application/src/main/assembly/conf/sonar.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5