Skip to content

Commit 095a149

Browse files
authored
Merge pull request #2454 from mroderick/remove-puma-cluster-mode-config
Remove unused Puma cluster mode configuration
2 parents 346d3ff + 070489e commit 095a149

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

config/puma.rb

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,4 @@
3838
# Silence Puma output in test environment
3939
if ENV.fetch("RAILS_ENV", "development") == "test"
4040
quiet
41-
end
42-
43-
preload_app!
44-
# "worker" is the Puma term, not a background job.
45-
on_worker_boot do
46-
ActiveSupport.on_load(:active_record) do
47-
ActiveRecord::Base.establish_connection
48-
end
49-
50-
SemanticLogger.reopen
51-
end
41+
end

0 commit comments

Comments
 (0)