Skip to content

Commit

Permalink
#47 check if default connection limiting solves random mongo connecti…
Browse files Browse the repository at this point in the history
…on issues
  • Loading branch information
kecso committed Apr 10, 2015
1 parent de77bc4 commit ba4eea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var path = require('path'),
server: {
auto_reconnect: true,
socketOptions: {keepAlive: 1},
poolSize: 20
poolSize: 2
}
}
},
Expand Down

0 comments on commit ba4eea6

Please sign in to comment.