Skip to content

Commit

Permalink
reduce connection count
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jun 12, 2016
1 parent 72382f9 commit 8fc76aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var db = require('knex')(
connection: config.POSTGRES_URL,
pool:
{
max: 20,
max: 5,
},
});
db.client.pool.on('error', function(err)
Expand Down

0 comments on commit 8fc76aa

Please sign in to comment.