From 50f83d26f7513d705385638f78ccfacb38f92f45 Mon Sep 17 00:00:00 2001 From: Ancor Cruz Date: Wed, 19 Feb 2025 12:27:53 +0000 Subject: [PATCH] fix puma config --- config/puma.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/puma.rb b/config/puma.rb index 9ebd8e0edd3..1587b54c9b3 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -7,6 +7,7 @@ # and maximum; this matches the default thread size of Active Record. # max_threads_count = ENV.fetch("RAILS_MAX_THREADS", 3) +min_threads_count = ENV.fetch("RAILS_MIN_THREADS", 0) threads min_threads_count, max_threads_count # Specifies the `worker_timeout` threshold that Puma will use to wait before