Skip to content

Instantly share code, notes, and snippets.

@haoch
Created June 7, 2013 06:26
Show Gist options
  • Save haoch/5727395 to your computer and use it in GitHub Desktop.
Save haoch/5727395 to your computer and use it in GitHub Desktop.
mongodb cursor imeout or restart
// Solution 1
// {code}
db.coll.find().addOption(16).forEach()
// {code}
// Solution 2
// {code}
db.coll.find().noTimeout().forEach()
// {code}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment