IDEMPIERE-5013 set HikariCP initial pool size to 10 - as it was in c3p0 (#1564)
This commit is contained in:
parent
74e94cb77f
commit
f76c39889c
|
@ -42,7 +42,7 @@ connectionTimeout=60000
|
|||
# recommend not setting this value and instead allowing HikariCP to act as a
|
||||
# fixed size connection pool.
|
||||
# Default: same as maximumPoolSize
|
||||
#minimumIdle=
|
||||
minimumIdle=10
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue