Skip to content

Commit 4ca02d9

Browse files
committed
Fixed typo in article
1 parent b76b726 commit 4ca02d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/articles/AnIntroductionTo1_4_and_2_6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ One feature that has requested often is the ability to timeout individual querie
5454
MongoClient.connect("mongodb://localhost:27017/test", function(err, db) {
5555
// Get an aggregation cursor
5656
var cursor = db.collection('data')
57-
.find("$where": "sleep(100) || true")
57+
.find("$where": "sleep(1000) || true")
5858
.maxTimeMS(50);
5959

6060
// Get alll the items

0 commit comments

Comments
 (0)