Skip to content

Commit

Permalink
Resquash for pro a mongoDB/*mongoose* deprecation
Browse files Browse the repository at this point in the history
* Big durr on my part

Post OpenUserJS#1611 via OpenUserJS#1516
  • Loading branch information
Martii committed Jun 5, 2019
1 parent adf4c82 commit 93d729e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ if (isPro) {
useNewUrlParser: true,
secondaryAcceptableLatencyMS: 15,
poolSize: defaultPoolSize,
socketTimeoutMS: 90000 // Mitigation of #1548
socketTimeoutMS: 90000, // Mitigation of #1548

useFindAndModify: false // #1516
}
} else {
dbOptions = {
Expand Down

0 comments on commit 93d729e

Please sign in to comment.