aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorJacek <jacek.poreda@sonarsource.com>2022-08-30 09:23:41 +0200
committersonartech <sonartech@sonarsource.com>2022-08-30 20:03:14 +0000
commit53bd09356728835b4b4aad5508df94d0da4c5012 (patch)
tree00ea8277759347baf5822d02e67772e68c10c400 /sonar-application
parent70fd6789e58e19d3e5ab5e71b67444b57f8940d3 (diff)
downloadsonarqube-53bd09356728835b4b4aad5508df94d0da4c5012.tar.gz
sonarqube-53bd09356728835b4b4aad5508df94d0da4c5012.zip
SONAR-17200 Ignore unused sonar.jdbc.* properties for HikariCP
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties5
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@.