Closed
Description
Christoph Strobl opened DATAMONGO-2390 and commented
The optional maxTimeMS
property allows to specifies a time limit in milliseconds for processing operations on a cursor. If not specified operations will not time out. A value of 0 explicitly specifies the default unbounded behavior
Reference URL: https://docs.mongodb.com/manual/reference/command/aggregate/#syntax
Referenced from: pull request #800