-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
-
Query
-
(copied to CRM)
Using cursor.noCursorTimeout() to set it to never expire is only useful as a testing setting. In a production environment, there needs to be some way to keep the cursor open under sometimes indeterminate levels of load, especially if the system relies on event queues.
What is needed is a way to reset the cursor timeout without fetching the next document, similar to the Unix touch command that changes a file's access and modification times without actually editing the file.
- duplicates
-
SERVER-6036 Disable cursor timeout for cursors that belong to a session
- Closed