Increase the connection limit
fmacedo-farmly
PROOP
2 years ago
Sometimes I get an error about connection limit on my nodejs app with postgresql. I would like to know how to increase the connection limit to don't get this error again. Somebody have some better solution?
1 Replies
2 years ago
Potgres sets its default connection limit at 100, This should be sufficient for most scenarios, is there any reason you may be doing more than 100?