We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d094a70 commit fedb381Copy full SHA for fedb381
src/Adapters/Storage/Mongo/MongoStorageAdapter.js
@@ -98,6 +98,7 @@ export class MongoStorageAdapter {
98
99
// MaxTimeMS is not a global MongoDB client option, it is applied per operation.
100
this._maxTimeMS = mongoOptions.maxTimeMS;
101
+ delete mongoOptions.maxTimeMS;
102
}
103
104
connect() {
0 commit comments