From 03a8d0ee672e8a9c48485cdbafafad720e448f54 Mon Sep 17 00:00:00 2001 From: Akim Date: Tue, 11 Oct 2022 14:21:20 +0200 Subject: [PATCH] 3 workers --- config/unicorn.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/unicorn.rb b/config/unicorn.rb index 33f3811..4ba09f6 100644 --- a/config/unicorn.rb +++ b/config/unicorn.rb @@ -6,5 +6,5 @@ stderr_path "/srv/www/web/#{@rails_app}/shared/log/unicorn.log" stdout_path "/srv/www/web/#{@rails_app}/shared/log/unicorn.log" listen "/srv/www/web/#{@rails_app}/shared/tmp/unicorn.sock" -worker_processes 2 +worker_processes 3 timeout 600