add pool settings to postgres config
This commit is contained in:
@@ -86,4 +86,5 @@ test:
|
|||||||
production:
|
production:
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
|
pool: <%= ENV['RAILS_MAX_THREADS'] || 10 %>
|
||||||
url: <%= ENV['DATABASE_URL'] %>
|
url: <%= ENV['DATABASE_URL'] %>
|
||||||
|
|||||||
Reference in New Issue
Block a user