diff options
author | cynthiabethea <108268296+cynthiabethea@users.noreply.github.com> | 2022-10-14 09:36:53 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-10-14 20:03:03 +0000 |
commit | 019b8da339fb36f65a845fd0288198dc6ac93881 (patch) | |
tree | c398290f63167d3fc47c16118c350794b2826314 /server/sonar-docs | |
parent | 3c7451c35cfa599c09362de51b5ab61a1c7089d1 (diff) | |
download | sonarqube-019b8da339fb36f65a845fd0288198dc6ac93881.tar.gz sonarqube-019b8da339fb36f65a845fd0288198dc6ac93881.zip |
DOC-192 update subtitle on 9.7 release notes (#6872)
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrade-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index 4f1b599ecb0..1785ccdb6c6 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -4,7 +4,7 @@ url: /setup/upgrade-notes/ --- ## Release 9.7 Upgrade notes -**Database connection pool change** +**Change in the database connection pool** The database connection pool has been replaced for better performance. The `sonar.jdbc.maxIdle`, `sonar.jdbc.minEvictableIdleTimeMillis` and `sonar.jdbc.timeBetweenEvictionRunsMillis` properties no longer have any effect and should be removed from the configuration. Also, the JMX information that is provided to monitor the connection pool has evolved. See the [Monitoring documentation](/instance-administration/monitoring/) for more information [SONAR-17200](https://sonarsource.atlassian.net/browse/SONAR-17200). ## Release 9.6 Upgrade notes |