Skip to content

Commit

Permalink
Remove reference to "min" config option (#126)
Browse files Browse the repository at this point in the history
Because it no longer exists.
  • Loading branch information
jbaudanza authored and brianc committed Jul 25, 2019
1 parent e59a766 commit 70d5c09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -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
})
Expand Down

0 comments on commit 70d5c09

Please sign in to comment.