NoCursorTimeout

Key Name Default Value Required

NoCursorTimeout

False

No

Description

This option specifies whether the connector allows active cursors on the data source server to expire.

  • False: The data source server will time out idle cursors after the threshold inactivity period set on the server.
  • True: The connector prevents the data source server from timing out idle cursors.
Important:

Important:

When set to True, there is a risk that if the connector should quit or lose the connection to the server unexpectedly, the cursor will remain open on the server indefinitely. You can adjust the threshold for idle cursor timeouts on the MongoDB server, see https://docs.mongodb.com/v3.0/reference/parameters/ for details.