Skip to content

Commit 70d5c09

Browse files
jbaudanzabrianc
authored andcommitted
Remove reference to "min" config option (#126)
Because it no longer exists.
1 parent e59a766 commit 70d5c09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ var pool2 = new Pool({
3232
port: 5432,
3333
ssl: true,
3434
max: 20, // set pool max size to 20
35-
min: 4, // set min pool size to 4
3635
idleTimeoutMillis: 1000, // close idle clients after 1 second
3736
connectionTimeoutMillis: 1000, // return an error after 1 second if connection could not be established
3837
})

0 commit comments

Comments
 (0)