You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👆 The code here is not setting anything with respect to idleTimeoutMillis. Other parameters such as user, password, ssl, etc are set.
Therefore when using connection string usage - what is the actual design? Should the developer pass the connectionString and idleTmeoutMillis together for pool configurations? Or should the developer set in the connectionString itself.
https://github.com/brianc/node-postgres/blob/master/packages/pg-connection-string/index.js
👆 The code here is not setting anything with respect to
idleTimeoutMillis
. Other parameters such asuser
,password
,ssl
, etc are set.Therefore when using connection string usage - what is the actual design? Should the developer pass the
connectionString
andidleTmeoutMillis
together for pool configurations? Or should the developer set in theconnectionString
itself.I don't see anything relating to idleTimeoutMillis here either: https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING-URIS
Please advice.
The text was updated successfully, but these errors were encountered: