We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbd507 commit 2ea5f91Copy full SHA for 2ea5f91
test/integration/connection-pool/error-tests.js
@@ -3,7 +3,7 @@ var helper = require('./test-helper')
3
const pg = helper.pg
4
5
// first make pool hold 2 clients
6
-pg.defaults.poolSize = 2
+pg.defaults.max = 2
7
8
const pool = new pg.Pool()
9
0 commit comments