From 0d94e6ade721d88fe47b937a55bbd19d81e71661 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sun, 7 Apr 2024 15:57:45 -0500 Subject: [PATCH] Format puma config file --- config/puma.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/puma.rb b/config/puma.rb index 565ca4c..4ab76df 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -1,9 +1,9 @@ workers Integer(ENV["PUMA_WORKERS"] || 3) -threads Integer(ENV["MIN_THREADS"] || 1), Integer(ENV["MAX_THREADS"] || 16) +threads Integer(ENV["MIN_THREADS"] || 1), Integer(ENV["MAX_THREADS"] || 16) preload_app! -port ENV["PORT"] || 3000 +port ENV["PORT"] || 3000 environment ENV["RACK_ENV"] || "development" on_worker_boot do