-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
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
Here is the comment
Line 41 in e4578d2
// 0 will disable connection pooling |
Here is the relevant line in pg-pool
https://github.com/brianc/node-pg-pool/blob/2d2a87392ceaf73ba0d2ed13ed9f6857e1d72ddd/index.js#L63
despairblue
Metadata
Metadata
Assignees
Labels
No labels