We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763a9be commit 31d5a3fCopy full SHA for 31d5a3f
src/config.ts
@@ -33,9 +33,7 @@ export const config = {
33
// http://mongodb.github.io/node-mongodb-native/3.1/api/MongoClient.html
34
options: {
35
connectTimeoutMS: 15000,
36
- keepAlive: true,
37
noDelay: true,
38
- useNewUrlParser: true,
39
},
40
unwantedKeys: {
41
asset: {
typings/config.d.ts
@@ -13,9 +13,7 @@ export declare const config: {
13
dbName: string;
14
15
connectTimeoutMS: number;
16
- keepAlive: boolean;
17
noDelay: boolean;
18
- useNewUrlParser: boolean;
19
};
20
21
0 commit comments