cursor.noCursorTimeout()

Definition

  • cursor.noCursorTimeout()

mongo Shell Method

This page documents the mongo shell method, and doesnot refer to the MongoDB Node.js driver (or any other driver)method. For corresponding MongoDB driver API, refer to your specificMongoDB driver documentation instead.

Instructs the server to avoid closing a cursor automatically after a periodof inactivity.

The noCursorTimeout() method has the followingprototype form:

  1. db.collection.find(<query>).noCursorTimeout()