Options passed to new mongoose.Mongoose
instance are not used
#8144
Milestone
new mongoose.Mongoose
instance are not used
#8144
For example, the logic here does not use
options
object passed to the constructor and therefore options cannot be configured on new instances without having to manually call.set('some', 'value);
.mongoose/lib/index.js
Lines 60 to 94 in 61f698c
The text was updated successfully, but these errors were encountered: