From 7410fb8f03a79148d423144036c16ff42f8b6798 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Mon, 4 Dec 2023 16:36:50 +0000 Subject: [PATCH] Add 1 puma worker --- config/puma/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/puma/production.rb b/config/puma/production.rb index 482f7b97..c6173bce 100644 --- a/config/puma/production.rb +++ b/config/puma/production.rb @@ -15,7 +15,7 @@ threads 0,5 bind 'unix:///home/thirteen/srv/thirteen-tien-len_production/shared/tmp/sockets/puma.sock' -workers 0 +workers 1