emirotin / mongodb-migrations

A Node.js migration framework for MongoDB
MIT License
258 stars 70 forks source link

Don't use server in connection options #59

Open Astimus opened 6 years ago

Astimus commented 6 years ago

Using options: { server: { poolSize: poolSize} } is deprecated. poolSize option is supported at the top level of the options object in mongo_client.