Skip to content

Commit e9c4ffc

Browse files
vkarpov15mbroadst
authored andcommitted
fix(collection): allow passing noCursorTimeout as an option to find()
1 parent ea29928 commit e9c4ffc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/collection.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -3590,7 +3590,8 @@ var testForFields = {
35903590
connection: 1,
35913591
maxTimeMS: 1,
35923592
transforms: 1,
3593-
collation: 1
3593+
collation: 1,
3594+
noCursorTimeout: 1
35943595
};
35953596

35963597
module.exports = Collection;

0 commit comments

Comments
 (0)