Use Puma
CI / test (3.4.1) (push) Has been cancelled

This commit is contained in:
2026-04-27 19:38:07 +01:00
parent 5b6337a868
commit de00187ec1
-2
View File
@@ -6,8 +6,6 @@ port ENV.fetch("PORT", 3000)
environment ENV.fetch("RAILS_ENV", "development") environment ENV.fetch("RAILS_ENV", "development")
pidfile ENV.fetch("PIDFILE", "tmp/pids/server.pid")
workers ENV.fetch("WEB_CONCURRENCY", 2) workers ENV.fetch("WEB_CONCURRENCY", 2)
preload_app! preload_app!