Skip to content

Commit

Permalink
remove duplicate block in config/puma.rb (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil authored Dec 9, 2024
1 parent ca13e62 commit bb671b1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@
#
workers ENV.fetch("WEB_CONCURRENCY", 0)

# Specifies the number of `workers` to boot in clustered mode.
# Workers are forked web server processes. If using threads and workers together
# the concurrency of the application would be max `threads` * `workers`.
# Workers do not work on JRuby or Windows (both of which do not support
# processes).
#
workers ENV.fetch("WEB_CONCURRENCY", 0)

# Use the `preload_app!` method when specifying a `workers` number.
# This directive tells Puma to first boot the application and load code
# before forking the application. This takes advantage of Copy On Write
Expand Down

0 comments on commit bb671b1

Please sign in to comment.