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 88c5368 commit 2158f58Copy full SHA for 2158f58
test/benchmarks/driverBench/common.js
@@ -24,9 +24,7 @@ function loadSpecString(filePath) {
24
}
25
26
function makeClient() {
27
- this.client = new MongoClient(process.env.MONGODB_URI || 'mongodb://127.0.0.1:27017', {
28
- timeoutMS: 0
29
- });
+ this.client = new MongoClient(process.env.MONGODB_URI || 'mongodb://127.0.0.1:27017', {});
30
31
32
function connectClient() {
0 commit comments