diff --git a/config/puma.rb b/config/puma.rb index 5370354..a4597f4 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -6,8 +6,6 @@ port ENV.fetch("PORT", 3000) environment ENV.fetch("RAILS_ENV", "development") -pidfile ENV.fetch("PIDFILE", "tmp/pids/server.pid") - workers ENV.fetch("WEB_CONCURRENCY", 2) preload_app!