Fix database pool issue

This commit is contained in:
Eric Schultz 2019-12-10 16:00:27 -06:00
parent a1e7d76ddd
commit 18d5aa9e6d

View file

@ -17,7 +17,7 @@ development:
adapter: postgresql
encoding: unicode
database: commitchange_development
pool: 5
pool: 20
username: houdini_user
password: password
host: <%= ENV['DATABASE_HOST'] || 'localhost' %>