Does mongoose create additional db connections #11031
Unanswered
skrishnanzetwerk
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The MongoDB driver may create additional connections. If you want to limit the max number of connections, set |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I create a connection using
mongoose.createConnection
and specify aminPoolSize:5
, will only 5 db connections be created by mongoose. Or does mongoose create any additional connections for internal use?Beta Was this translation helpful? Give feedback.
All reactions