Skip to content

Commit

Permalink
Try triple multiplier
Browse files Browse the repository at this point in the history
* Since commit notes said it didn't seem to help let's try tripling the multiplier

Applies to OpenUserJS#1548
  • Loading branch information
Martii committed Dec 19, 2018
1 parent 03e9dd3 commit a4509b0
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 @@ -70,7 +70,7 @@ var defaultPoolSize = 5;
if (isPro) {
dbOptions = {
secondaryAcceptableLatencyMS: 15,
poolSize: defaultPoolSize * 2
poolSize: defaultPoolSize * 3
}
} else {
dbOptions = {
Expand Down

0 comments on commit a4509b0

Please sign in to comment.