mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Replace poolSize by max in configuration test
This commit is contained in:
parent
3b3e52cdc2
commit
d6e7dfee83
@ -18,7 +18,7 @@ suite.test('default values are used in new clients', function () {
|
||||
password: null,
|
||||
port: 5432,
|
||||
rows: 0,
|
||||
poolSize: 10
|
||||
max: 10,
|
||||
})
|
||||
|
||||
var client = new pg.Client()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user