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
There is a comment in the defaults file stating that setting max to 0 disables pooling. I do not think this is true, as the underlying pg-pool lib sees that as a falsey value and defaults to 10
There is a comment in the defaults file stating that setting
max
to0
disables pooling. I do not think this is true, as the underlying pg-pool lib sees that as a falsey value and defaults to10
Here is the comment
node-postgres/lib/defaults.js
Line 41 in e4578d2
Here is the relevant line in pg-pool
https://github.com/brianc/node-pg-pool/blob/2d2a87392ceaf73ba0d2ed13ed9f6857e1d72ddd/index.js#L63
The text was updated successfully, but these errors were encountered: