FindOptions.noCursorTimeout

The server normally times out idle cursors after an inactivity period (10 minutes) to prevent excess memory use. Set this option to prevent that.

struct FindOptions
Nullable!bool noCursorTimeout;

Meta