Skip to content

Commit

Permalink
Merge pull request #4936 from rubyforgood/fix-pool-again-again
Browse files Browse the repository at this point in the history
srsly
  • Loading branch information
awwaiid authored Jan 20, 2025
2 parents 7c9380b + 90d980d commit 7e2f97d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ production:
adapter: postgresql
encoding: unicode
host: <%= ENV["DIAPER_DB_HOST"] %>
pool: 20
username: <%= ENV["DIAPER_DB_USERNAME"] %>
password: <%= ENV["DIAPER_DB_PASSWORD"] %>
database: <%= ENV["DIAPER_DB_DATABASE"] %>
Expand Down

0 comments on commit 7e2f97d

Please sign in to comment.