[docs] connectors/jdbc.adoc: fix typo in SQL pool size

This commit is contained in:
Jordan Pittier 2023-12-11 17:38:58 +01:00 committed by Chris Cranford
parent 5014e2ace3
commit def0cf9a74
No known key found for this signature in database
GPG Key ID: 8B8088D41181D04B

View File

@ -663,7 +663,7 @@ Do not use this property in combination with the xref:jdbc-property-connection-t
|`5`
|Specifies the minimum number of connections in the pool.
|[[jdbc-property-connection-pool-max-size]]<<jdbc-property-connection-pool-max-size, `+connection.pool.min_size+`>>
|[[jdbc-property-connection-pool-max-size]]<<jdbc-property-connection-pool-max-size, `+connection.pool.max_size+`>>
|`32`
|Specifies the maximum number of concurrent connections that the pool maintains.