We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d2cb9 commit 88b98c5Copy full SHA for 88b98c5
test/functional/connection_tests.js
@@ -53,7 +53,7 @@ exports['Should correctly connect to server using big connection pool'] = {
53
54
// The actual test we wish to run
55
test: function(configuration, test) {
56
- var db = configuration.newDbInstance({w:1}, {poolSize:500, auto_reconnect:true});
+ var db = configuration.newDbInstance({w:1}, {poolSize:2000, auto_reconnect:true});
57
db.on('open', function() {
58
db.close();
59
test.done();
0 commit comments