From 85e0cdfbe2dd94519f82289bdccb55a2696f23f3 Mon Sep 17 00:00:00 2001 From: Ryan Romanchuk Date: Mon, 1 Jan 2024 18:14:08 -0600 Subject: [PATCH] ci --- personal/config/puma/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/personal/config/puma/production.rb b/personal/config/puma/production.rb index 9fd4e64..973f68c 100644 --- a/personal/config/puma/production.rb +++ b/personal/config/puma/production.rb @@ -2,7 +2,7 @@ # Set global defaults, and handle someone running bin/puma outside the context of systemd # https://github.com/puma/puma#configuration-file workers 2 -threads_count 5 +# threads_count 5 threads 5, 5 directory '/var/www/romanch.uk/current'