We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69243ea commit dd2e71cCopy full SHA for dd2e71c
package.json
@@ -23,7 +23,7 @@
23
"nan": "~1.3.0",
24
"packet-reader": "0.2.0",
25
"pg-connection-string": "0.1.1",
26
- "pg-native": "1.0.1",
+ "pg-native": "1.0.2",
27
"pg-types": "1.4.0",
28
"pgpass": "0.0.3"
29
},
test/integration/connection-pool/max-connection-tests.js
@@ -1,4 +1,2 @@
1
var helper = require(__dirname + "/test-helper")
2
-return console.log('BAD RACE CONDITION');
3
-helper.testPoolSize(10);
4
-helper.testPoolSize(11);
+helper.testPoolSize(40);
0 commit comments