Will someone please point me to the Mongo documentation that lists all of the default values for all Node JS 6.3 MongoClient MongoClientOptions like maxPoolSize? & minPoolSize?

Good Morning,

Will someone please point me to the Mongo documentation that lists all of the default values for all Node JS 6.3 MongoClient MongoClientOptions like maxPoolSize? & minPoolSize?

I the documentation, but oddly, the default values aren’t listed:

I want to find out what the default connection pool settings are if a developer does not specify maxPoolSize? & minPoolSize? connection options.

Thanks,

John

hi @John_Cantu

https://www.mongodb.com/docs/drivers/node/current/fundamentals/connection/connection-options/

Thank you, Chris. That is exactly what I need

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.