mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Merge pull request #7392 from mkllnk/7391-db-connection-pool
Increase DB connection pool size for specs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
defaults: &defaults
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
pool: <%= ENV.fetch('OFN_DB_POOL', 5) %>
|
||||
pool: <%= ENV.fetch('OFN_DB_POOL', 6) %>
|
||||
host: <%= ENV.fetch('OFN_DB_HOST', 'localhost') %>
|
||||
username: <%= ENV.fetch('OFN_DB_USERNAME', 'ofn') %>
|
||||
password: <%= ENV.fetch('OFN_DB_PASSWORD', 'f00d') %>
|
||||
|
||||
Reference in New Issue
Block a user