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 c753a46 commit 0c0d37dCopy full SHA for 0c0d37d
source/includes/connect/csot.rb
@@ -11,7 +11,7 @@
11
db = client.use('test-db')
12
collection = db[:test-collection]
13
14
- # Perform a query with an operation-level timeout configuration,
+ # Performs a query with an operation-level timeout configuration,
15
# overriding the client-level configuration
16
docs = collection.find({}, timeout_ms: 10000).to_a
17
0 commit comments