Details
-
Bug
-
Resolution: Won't Do
-
Minor - P4
-
3.4 Required
-
None
Description
Description
According to the documentation of cursor.batchSize (https://docs.mongodb.com/v3.4/reference/method/cursor.batchSize/) "Specifying 1 or a negative number is analogous to using the limit() method."
But we observed different behaviour. Is this note still valid? If not, I'll volunteer to issue a pull request.