Skip to content

Commit 7e3c9b8

Browse files
authored
Merge pull request rails#52537 from jeromedalbert/web-concurrency-1
Comment out Kamal `WEB_CONCURRENCY` config, since it already defaults to 1
2 parents 784d482 + a74b66e commit 7e3c9b8

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ registry:
2828
env:
2929
secret:
3030
- RAILS_MASTER_KEY
31-
clear:
31+
# clear:
3232
# Set this to the number of cores you wish the application to use on each server.
3333
# You can use "auto" and the app will attempt to use all available cores (but may guess wrong on some cloud hosts!)
34-
WEB_CONCURRENCY: 1
34+
# WEB_CONCURRENCY: 2
3535

3636
# Match this to the database server to configure Active Record correctly
3737
# DB_HOST: 192.168.0.2

0 commit comments

Comments
 (0)