Closed
Description
Dennis Lloyd Jr opened DATAMONGO-1480 and commented
MongoDB provides the cursor option cursor.noCursorTimeout()
which allows a cursor to continue until exhausted or closed, beyond Mongo's default 10 minutes timeout option.
The option could be exposed to the Query
and Meta
classes and then added to the cursor's options in QueryCursorPreparer.prepare
Affects: 1.9.2 (Hopper SR2)
Reference URL: https://docs.mongodb.com/manual/reference/method/cursor.noCursorTimeout/#cursor.noCursorTimeout
Referenced from: pull request #390, and commits e06dbfa, 3e02c89, 66899a7, 82c7896, 1020800, 15119c8, 98dca5a
1 votes, 2 watchers