daml/libs-scala/db-utils
akshayshirahatti-da e69a871e2f
[JSON-API] Configurable Hikari connection pool props (#11621)
* Changes to make certain hikari cp connection pool properties configurable via jdbc conf string

CHANGELOG_BEGIN
[JSON-API] Make certain Hikari cp connection pool properties configurable via jdbc conf string, the properties are listed below
poolSize -- specifies the max pool size for the database connection pool
minIdle -- specifies the min idle connections for database connection pool
connectionTimeout -- long value, specifies the connection timeout for database connection pool
idleTimeout -- long value, specifies the idle timeout for the database connection pool
CHANGELOG_END

* some missed changes for DbTriggerDao

* remove defaults for poolSize on JdbcConfig

* add constants for test defaults
2021-11-11 05:43:56 +00:00
..
src/main/scala/com/digitalasset/http/dbbackend [JSON-API] Configurable Hikari connection pool props (#11621) 2021-11-11 05:43:56 +00:00
BUILD.bazel enable JSON search index on Oracle by default (#10539) 2021-08-31 09:29:36 +00:00