Remove reference to "min" config option (#126)

Because it no longer exists.
This commit is contained in:
Jonathan Baudanza 2019-07-25 10:41:28 -07:00 committed by Brian C
parent e59a7667ff
commit 70d5c09958

View File

@ -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
})