Skip to content

Commit

Permalink
Merge pull request #304 from pulibrary/production_pool
Browse files Browse the repository at this point in the history
Add more to postgres pool for sneakers.
  • Loading branch information
escowles committed Jan 23, 2018
2 parents c5c37cb + 5fed7f1 commit 50160a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ production: &production
host: <%= ENV["POMEGRANATE_DB_HOST"] %>
username: <%= ENV["POMEGRANATE_DB_USERNAME"] %>
password: <%= ENV["POMEGRANATE_DB_PASSWORD"] %>
pool: 20
pool: 40

staging:
<<: *production

0 comments on commit 50160a2

Please sign in to comment.