We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee39d97 commit 8eb5bf2Copy full SHA for 8eb5bf2
articles/cosmos-db/mongodb/vcore/limits.md
@@ -18,7 +18,7 @@ This document outlines the current hard and soft limits for Azure Cosmos DB for
18
### MongoDB Execution Limits
19
- Maximum transaction lifetime: 30 seconds.
20
- Cursor lifetime: 10 minutes. Note: A cursorNotFound error might occur if the cursor exceeds its lifetime.
21
-- Default query execution limit: 120 seconds. This can be overridden on a per-query basis using `maxTimeMS`.
+- Default query execution limit: 120 seconds. This can be overridden on a per-query basis using `maxTimeMS` in the respective MongoDB driver.
22
#### Example:
23
```javascript
24
db.collection.find({ field: "value" }).maxTimeMS(5000)
0 commit comments