v1.1.2
github-actions
released this
21 Aug 14:24
·
292 commits
to develop
since this release
This release enables the configuration of the DB connection pool (HikariCP) in the Cloud-Foundry environment via application properties. More precisely:
- maximum pool size: datasource.maximumPoolSize
- connection timeout: datasource.connectionTimeout
- leak detection threshold: datasource.leakDetectionThreshold (Default 0, disabled)
(See https://github.com/brettwooldridge/HikariCP#configuration-knobs-baby for more details about this configurations knobs)