From de00187ec113449273f797f9ae7e03f7c125290a Mon Sep 17 00:00:00 2001 From: Robbie Paul Date: Mon, 27 Apr 2026 19:38:07 +0100 Subject: [PATCH] Use Puma --- config/puma.rb | 2 -- 1 file changed, 2 deletions(-) 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!