Skip to content

Commit

Permalink
update for mongoose
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoythander committed Aug 26, 2018
1 parent 0dd5973 commit 060e88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var dbOptions = {
keepAlive: 200,
autoReconnect: true,
reconnectInterval: 3000,
useMongoClient: true
useNewUrlParser: true
};

var reconnectTries = 0;
Expand Down

0 comments on commit 060e88c

Please sign in to comment.