We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2650d8 + fe6215d commit beb8eefCopy full SHA for beb8eef
README.md
@@ -24,7 +24,7 @@ var conString = "postgres://username:password@localhost/database";
24
25
//this initializes a connection pool
26
//it will keep idle connections open for a (configurable) 30 seconds
27
-//and set a limit of 20 (also configurable)
+//and set a limit of 10 (also configurable)
28
pg.connect(conString, function(err, client, done) {
29
if(err) {
30
return console.error('error fetching client from pool', err);
0 commit comments