Skip to content

Commit

Permalink
Enable WEB_CONCURRENCY
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed May 2, 2023
1 parent 57ac9fc commit 7973585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Workers do not work on JRuby or Windows (both of which do not support
# processes).
#
# workers ENV.fetch("WEB_CONCURRENCY") { 2 }
workers ENV.fetch("WEB_CONCURRENCY", 2)

# Use the `preload_app!` method when specifying a `workers` number.
# This directive tells Puma to first boot the application and load code
Expand Down

0 comments on commit 7973585

Please sign in to comment.