Details
-
Bug
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
None
-
-
CP: Roadmap backlog
-
0.5
-
Core: Platform
-
R2 2021
Description
RMB-739 has patched our fork of vertx-pg-client to release a connection if the last query has ended and after that it is idle for some time.
RMB's DB_CONNECTIONRELEASEDELAY sets this time in milliseconds (defaults to 60000 ms = 60 s).
We forgot to re-enable this option:
https://github.com/folio-org/raml-module-builder/blob/v32.1.0/domain-models-runtime/src/main/java/org/folio/rest/persist/PostgresClient.java#L468