-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
3
-
Iteration Ibadan
-
Needed
-
Problem Description
It's possible for a user to run adhoc queries without specifying maxTimeMS and risk overloading a production server. Compass applies a default maxTimeMS to query to stop long/slow operations on the server side and free up resources quickly.
Feature request
- The Mongo shell inject a maxTimeMS to read operations by default
- A command line param to disable the maxTimeMS injection
- links to