We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3e52c commit d6e7dfeCopy full SHA for d6e7dfe
test/integration/client/configuration-tests.js
@@ -18,7 +18,7 @@ suite.test('default values are used in new clients', function () {
18
password: null,
19
port: 5432,
20
rows: 0,
21
- poolSize: 10
+ max: 10,
22
})
23
24
var client = new pg.Client()
0 commit comments