Christopher Ueda

Results 1 comments of Christopher Ueda
trafficstars

It seems like passing the options object like this: ```const connect = url => { return mongoose.connect(url, { poolSize: 100, useNewUrlParser: true, useUnifiedTopology: true }); }; ``` Solved the pool...