Skip to content

Commit

Permalink
Change: Make timeout longer
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Sep 9, 2023
1 parent 2dc4752 commit e6a66f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default: &default
host: <%= ENV['PG_HOST'] %>
port: <%= ENV['PG_PORT'] %>
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
timeout: 5000
timeout: <%= ENV.fetch("RAILS_DB_TIMEOUT") { 5000 } %>

development:
<<: *default
Expand Down

0 comments on commit e6a66f3

Please sign in to comment.