Skip to content

Commit

Permalink
IIIF #23 - Reverting database pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Nov 17, 2022
1 parent d74bb11 commit a601e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
default: &default
adapter: postgresql
timeout: 5000
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 10 } %>
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
host: <%= ENV.fetch('DATABASE_HOST') { 'localhost' } %>
port: <%= ENV.fetch('DATABASE_POST') { 5432 } %>
username: <%= ENV.fetch('DATABASE_USERNAME') { '' } %>
Expand Down

0 comments on commit a601e10

Please sign in to comment.