Skip to content

Commit

Permalink
Fix: Timeouts due to Heroku router v2
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMulhern committed Nov 29, 2024
1 parent 02c65d4 commit f546367
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'pagy', '~> 9.0'
gem 'pg', '~> 1.5'
gem 'propshaft', '~> 0.9'
gem 'public_activity', '~> 3.0'
gem 'puma', '~> 6.4'
gem 'puma', '~> 6.5'
gem 'rack-attack', '~> 6.7'
gem 'redis', '~> 5.3'
gem 'rqrcode', '~> 2.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ GEM
i18n (>= 0.5.0)
railties (>= 6.1.0)
public_suffix (6.0.1)
puma (6.4.3)
puma (6.5.0)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
Expand Down Expand Up @@ -632,7 +632,7 @@ DEPENDENCIES
pg (~> 1.5)
propshaft (~> 0.9)
public_activity (~> 3.0)
puma (~> 6.4)
puma (~> 6.5)
rack-attack (~> 6.7)
rack-mini-profiler
rails (= 7.1.3.4)
Expand Down
1 change: 1 addition & 0 deletions config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

port ENV['PORT'] || 3000
environment ENV['RACK_ENV'] || 'development'
enable_keep_alives false

on_worker_boot do
# Worker specific setup for Rails 4.1+
Expand Down

0 comments on commit f546367

Please sign in to comment.