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 8acfa22 commit 95d78bcCopy full SHA for 95d78bc
src/config.ts
@@ -32,12 +32,9 @@ export const config = {
32
dbName: 'contentstack-db',
33
// http://mongodb.github.io/node-mongodb-native/3.1/api/MongoClient.html
34
options: {
35
- // autoReconnect: true,
36
connectTimeoutMS: 15000,
37
keepAlive: true,
38
noDelay: true,
39
- // reconnectInterval: 1000,
40
- // reconnectTries: 20,
41
useNewUrlParser: true,
42
},
43
unwantedKeys: {
0 commit comments