mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
Remove reference to "min" config option (#126)
Because it no longer exists.
This commit is contained in:
parent
e59a7667ff
commit
70d5c09958
@ -32,7 +32,6 @@ var pool2 = new Pool({
|
||||
port: 5432,
|
||||
ssl: true,
|
||||
max: 20, // set pool max size to 20
|
||||
min: 4, // set min pool size to 4
|
||||
idleTimeoutMillis: 1000, // close idle clients after 1 second
|
||||
connectionTimeoutMillis: 1000, // return an error after 1 second if connection could not be established
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user