Skip to content

Commit a74b66e

Browse files
committed
Comment out Kamal WEB_CONCURRENCY config, since it already defaults to 1
1 parent 784d482 commit a74b66e

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)