- Reference >
- Operators >
- Query Modifiers >
- $maxTimeMS
$maxTimeMS¶
-
$maxTimeMS¶ Note
- Deprecated in the
mongoShell since v3.2 - Starting in v3.2, the
$maxTimeMSoperator is deprecated in themongoshell. In themongoshell, usecursor.maxTimeMS()instead.
New in version 2.6: The
$maxTimeMSoperator specifies a cumulative time limit in milliseconds for processing operations on the cursor. MongoDB interrupts the operation at the earliest following interrupt point.The
mongoshell provides thecursor.maxTimeMS()methodYou can also specify the option in either of the following forms:
Interrupted operations return an error message similar to the following:
- Deprecated in the