3 workers

This commit is contained in:
Akim 2022-10-11 14:21:20 +02:00
parent 3a8c329e58
commit 03a8d0ee67

View File

@ -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