-
Hi, I'm running into How ever it doesn't seem to exist in mongodb-memory-server, limit seems to be quite low (~15?), is there a way to tweak this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
According to the mongodb documentation
The docs say that the default is
|
Beta Was this translation helpful? Give feedback.
According to the mongodb documentation
maxPoolSize
is a driver setting not a server setting, so you need to set in mongodb / mongoose connection, not mongodb-memory-server.see driver options
The docs say that the default is
100
ECONNRESET
can also have different causes which i would need more context of, like situation it happens in and server logs. A example being is that the mongodb server may not be running anymore (for whatever reason).