Skip to content

NXCALS-1590 Updates db pool connection properties to add reuse_time and wait_timeout

#Merge request template @acc-logging-team - please have a look for approval.

This MR adds the following properties to our db connection pool settings:

#Sets the maximum connection reuse time property

  1. maxConnectionReuseTime to 86400 (24 hours)

#Sets the maximum connection reuse count property 2) maxConnectionReuseCount: 0 <--- disabled

#Sets the amount of time to wait (in seconds) for a used connection to be released by a client. 3) connectionWaitTimeout: 300 <--- 5 min

Edited by Grigorios Avgitidis

Merge request reports