Skip to content

Commit cca32e4

Browse files
committed
fix: removed sast and secret scan files
1 parent 912c20c commit cca32e4

File tree

6 files changed

+5820
-35
lines changed

6 files changed

+5820
-35
lines changed

.github/workflows/sast-scan.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/secrets-scan.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

dist/config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@ exports.config = {
3131
locale: 'en-us',
3232
// http://mongodb.github.io/node-mongodb-native/3.1/api/MongoClient.html
3333
options: {
34-
autoReconnect: true,
3534
connectTimeoutMS: 15000,
3635
keepAlive: true,
3736
noDelay: true,
38-
reconnectInterval: 1000,
39-
reconnectTries: 20,
4037
useNewUrlParser: true,
4138
},
4239
projections: {

0 commit comments

Comments
 (0)