Skip to content
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

adding batchSize config to Cursor #31

Merged
merged 1 commit into from
Nov 20, 2012
Merged

adding batchSize config to Cursor #31

merged 1 commit into from
Nov 20, 2012

Conversation

lordkhonsu
Copy link
Contributor

ex. usage:

db.collectionName.find({tag: 'exciting'}).sort({timestamp: -1}).batchSize(100, function(err, docs) {
});

ex. usage:

db.collectionName.find({tag: 'exciting'}).sort({timestamp: -1}).batchSize(100, function(err, docs) {
});
mafintosh added a commit that referenced this pull request Nov 20, 2012
adding batchSize config to Cursor
@mafintosh mafintosh merged commit 0294c29 into mongo-js:master Nov 20, 2012
@mafintosh
Copy link
Collaborator

Looks great. Thanks for contributing.

@mderazon mderazon mentioned this pull request Jun 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants