diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2022-08-30 09:23:41 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-08-30 20:03:14 +0000 |
commit | 53bd09356728835b4b4aad5508df94d0da4c5012 (patch) | |
tree | 00ea8277759347baf5822d02e67772e68c10c400 /sonar-application | |
parent | 70fd6789e58e19d3e5ab5e71b67444b57f8940d3 (diff) | |
download | sonarqube-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.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@. |