We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59a766 commit 70d5c09Copy full SHA for 70d5c09
README.md
@@ -32,7 +32,6 @@ var pool2 = new Pool({
32
port: 5432,
33
ssl: true,
34
max: 20, // set pool max size to 20
35
- min: 4, // set min pool size to 4
36
idleTimeoutMillis: 1000, // close idle clients after 1 second
37
connectionTimeoutMillis: 1000, // return an error after 1 second if connection could not be established
38
})
0 commit comments