Skip to content

Commit 8eb5bf2

Browse files
authored
Update articles/cosmos-db/mongodb/vcore/limits.md
1 parent ee39d97 commit 8eb5bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/mongodb/vcore/limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This document outlines the current hard and soft limits for Azure Cosmos DB for
1818
### MongoDB Execution Limits
1919
- Maximum transaction lifetime: 30 seconds.
2020
- 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`.
21+
- Default query execution limit: 120 seconds. This can be overridden on a per-query basis using `maxTimeMS` in the respective MongoDB driver.
2222
#### Example:
2323
```javascript
2424
db.collection.find({ field: "value" }).maxTimeMS(5000)

0 commit comments

Comments
 (0)