-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add maxTimeMS
to FindOptions
#340
Conversation
This is allowed, works, and is already being sent over, so it's really just a type thing.
can you add a test case please? |
Alright, will do! |
one more thing the spec says that maxTimeMS should be a function like find().maxTimeMS() not an option parameter but the tests look good! thanks so much! |
Before 4.4, the documentation didn't explain much about errObj, and the codeName field might not be available before 4.2. |
I think I've seen that for the mongo shell function but not for the node.js driver documentation. Can you link to where you saw that? |
Took quite a while, but I finally nailed the problem. |
This is allowed, works, and is already being sent over, so it's really just a type thing.