IDEMPIERE-5013 set HikariCP initial pool size to 10 - as it was in c3p0 (#1564)

This commit is contained in:
Carlos Ruiz 2022-11-16 08:22:11 +01:00 committed by GitHub
parent 74e94cb77f
commit f76c39889c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ connectionTimeout=60000
# recommend not setting this value and instead allowing HikariCP to act as a # recommend not setting this value and instead allowing HikariCP to act as a
# fixed size connection pool. # fixed size connection pool.
# Default: same as maximumPoolSize # Default: same as maximumPoolSize
#minimumIdle= minimumIdle=10
# This property controls the maximum size that the pool is allowed to reach, # This property controls the maximum size that the pool is allowed to reach,
# including both idle and in-use connections. Basically this value will determine # including both idle and in-use connections. Basically this value will determine