Skip to content

Commit 95d78bc

Browse files
fix: removed commented options
1 parent 8acfa22 commit 95d78bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ export const config = {
3232
dbName: 'contentstack-db',
3333
// http://mongodb.github.io/node-mongodb-native/3.1/api/MongoClient.html
3434
options: {
35-
// autoReconnect: true,
3635
connectTimeoutMS: 15000,
3736
keepAlive: true,
3837
noDelay: true,
39-
// reconnectInterval: 1000,
40-
// reconnectTries: 20,
4138
useNewUrlParser: true,
4239
},
4340
unwantedKeys: {

0 commit comments

Comments
 (0)