From bb671b17ed11eb690048504124281c4df03c28ec Mon Sep 17 00:00:00 2001 From: Jan Kessler Date: Mon, 9 Dec 2024 22:45:48 +0100 Subject: [PATCH] remove duplicate block in config/puma.rb (#1131) --- config/puma.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/puma.rb b/config/puma.rb index 28113d29..d2a334e3 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -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