We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac48e9 commit 9dab3e4Copy full SHA for 9dab3e4
railties/lib/rails/generators/rails/app/templates/config/puma.rb.tt
@@ -34,7 +34,7 @@ if rails_env == "production"
34
# variable to match the number of processors.
35
processors_count = Integer(ENV.fetch("WEB_CONCURRENCY") { 1 })
36
if processors_count > 1
37
- workers worker_count
+ workers processors_count
38
else
39
preload_app!
40
end
0 commit comments