Merge pull request #27103 from temnur

* pr/27103:
  Remove unnecessary unit for spring.datasource.tomcat.max-active

Closes gh-27103
This commit is contained in:
Stephane Nicoll
2021-06-29 08:22:06 +02:00

View File

@@ -105,7 +105,7 @@ For instance, if you use the {tomcat-docs}/jdbc-pool.html#Common_Attributes[Tomc
test-on-borrow: true
----
This will set the pool to wait 10000ms before throwing an exception if no connection is available, limit the maximum number of connections to 50ms and validate the connection before borrowing it from the pool.
This will set the pool to wait 10000ms before throwing an exception if no connection is available, limit the maximum number of connections to 50 and validate the connection before borrowing it from the pool.