Skip to content

Commit

Permalink
Update puma config for Rails 6 and puma 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jim committed Oct 3, 2023
1 parent ae4b386 commit 60ca161
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,3 @@

# Allow puma to be restarted by `rails restart` command.
plugin :tmp_restart

before_fork do
Barnes.start
end

on_worker_boot do
# Valid on Rails 4.1+ using the `config/database.yml` method of setting `pool` size
ActiveRecord::Base.establish_connection
end

0 comments on commit 60ca161

Please sign in to comment.