Skip to content

Commit

Permalink
fix(collection): allow passing noCursorTimeout as an option to `fin…
Browse files Browse the repository at this point in the history
…d()`
  • Loading branch information
vkarpov15 authored and mbroadst committed Sep 12, 2017
1 parent ea29928 commit e9c4ffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -3590,7 +3590,8 @@ var testForFields = {
connection: 1,
maxTimeMS: 1,
transforms: 1,
collation: 1
collation: 1,
noCursorTimeout: 1
};

module.exports = Collection;

0 comments on commit e9c4ffc

Please sign in to comment.