File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11require_relative 'auto_tune'
22
33# FWBM only... use the puma_auto_tune gem in production!
4- num_workers , num_threads = auto_tune
4+ _ , num_threads = auto_tune
55
6- workers num_workers
76threads num_threads , num_threads
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ ENV DBTYPE=postgresql
1919
2020EXPOSE 8080
2121
22- CMD bundle exec puma -C config/mri_puma .rb -b tcp://0.0.0.0:8080
22+ CMD bundle exec puma -C config/puma .rb -b tcp://0.0.0.0:8080
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ ENV DBTYPE=mysql
1919ENV WEB_CONCURRENCY=auto
2020EXPOSE 8080
2121
22- CMD bundle exec puma -C config/mri_puma .rb -b tcp://0.0.0.0:8080
22+ CMD bundle exec puma -C config/puma .rb -b tcp://0.0.0.0:8080
You can’t perform that action at this time.
0 commit comments