]> source.dussan.org Git - sonarqube.git/commitdiff
formatting fix (#6877)
authorcynthiabethea <108268296+cynthiabethea@users.noreply.github.com>
Fri, 14 Oct 2022 11:48:39 +0000 (12:48 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 14 Oct 2022 20:03:03 +0000 (20:03 +0000)
server/sonar-docs/src/pages/setup/upgrade-notes.md

index 1785ccdb6c6ffd5d313cacfdfb967b0193da9d2d..f37fd544877f764ccd64eb124546b9e535c0ecee 100644 (file)
@@ -5,7 +5,7 @@ url: /setup/upgrade-notes/
 
 ## Release 9.7 Upgrade notes
 **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).
+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
 **Microsoft SQL Server changes in configuration and Integrated Authentication**