Skip to content

Remove 10 minute cursorTimeout comment from GridFSFindOptions docs #1289

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/gridfs/gridfs-spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -775,15 +775,15 @@ Generic Find on Files Collection
maxTimeMS: Int64 optional;

/**
* The server normally times out idle cursors after an inactivity period (10 minutes)
* The server normally times out idle cursors after an inactivity period
* to prevent excess memory use. Set this option to prevent that.
*/
noCursorTimeout : Boolean optional;

/**
* The number of documents to skip before returning.
*/
skip : Int32;
skip : Int32 optional;

/**
* The order by which to sort results. Defaults to not sorting.
Expand Down