mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Replace poolSize by max in error test
This commit is contained in:
parent
1cbd507b8c
commit
2ea5f91f4a
@ -3,7 +3,7 @@ var helper = require('./test-helper')
|
||||
const pg = helper.pg
|
||||
|
||||
// first make pool hold 2 clients
|
||||
pg.defaults.poolSize = 2
|
||||
pg.defaults.max = 2
|
||||
|
||||
const pool = new pg.Pool()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user