Skip to content

Commit c15ad31

Browse files
committed
This feature needs to exist in puma
Since we can't munge WEB_CONCURRENCY directly after Puma 5+ started parsing it directly.
1 parent dffee3a commit c15ad31

File tree

1 file changed

+1
-2
lines changed
  • railties/lib/rails/generators/rails/app/templates/config

1 file changed

+1
-2
lines changed

railties/lib/rails/generators/rails/app/templates/config/deploy.yml.tt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ env:
2929
secret:
3030
- RAILS_MASTER_KEY
3131
# clear:
32-
# Set this to the number of cores you wish the application to use on each server.
33-
# You can use "auto" and the app will attempt to use all available cores (but may guess wrong on some cloud hosts!)
32+
# Set number of cores available to the application on each server (default: 1).
3433
# WEB_CONCURRENCY: 2
3534

3635
# Match this to the database server to configure Active Record correctly

0 commit comments

Comments
 (0)