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 4dea4f2 commit 603b28cCopy full SHA for 603b28c
mongodb-lens.js
@@ -5930,10 +5930,8 @@ const defaultConfig = {
5930
connectionOptions: {
5931
maxPoolSize: 20,
5932
retryWrites: false,
5933
- useNewUrlParser: true,
5934
connectTimeoutMS: 30000,
5935
socketTimeoutMS: 360000,
5936
- useUnifiedTopology: true,
5937
heartbeatFrequencyMS: 10000,
5938
serverSelectionTimeoutMS: 30000
5939
},
mongodb-lens.test.js
@@ -178,8 +178,6 @@ const connectToMongo = async () => {
178
}
179
180
directMongoClient = new MongoClient(mongoUri, {
181
182
183
retryWrites: true
184
})
185
0 commit comments