Skip to content

Commit 7e2f97d

Browse files
authored
Merge pull request #4936 from rubyforgood/fix-pool-again-again
srsly
2 parents 7c9380b + 90d980d commit 7e2f97d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/database.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ production:
3232
adapter: postgresql
3333
encoding: unicode
3434
host: <%= ENV["DIAPER_DB_HOST"] %>
35+
pool: 20
3536
username: <%= ENV["DIAPER_DB_USERNAME"] %>
3637
password: <%= ENV["DIAPER_DB_PASSWORD"] %>
3738
database: <%= ENV["DIAPER_DB_DATABASE"] %>

0 commit comments

Comments
 (0)