diff options
Diffstat (limited to 'sonar-application/src/main')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index d24fd2dc23a..fc3c22b91ef 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -58,10 +58,6 @@ # 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 -# pool, without extra ones being released, or negative for no limit. -#sonar.jdbc.maxIdle=5 - # The minimum number of connections that can remain idle in the pool, # without extra ones being created, or zero to create none. #sonar.jdbc.minIdle=10 @@ -72,7 +68,6 @@ #sonar.jdbc.maxWait=8000 - #-------------------------------------------------------------------------------------------------- # WEB SERVER # Web server is executed in a dedicated Java process. By default heap size is @webDefaultHeapSize@. |