diff --git a/config/unicorn/production.rb b/config/unicorn/production.rb index c41a1c5e9..60b20f868 100644 --- a/config/unicorn/production.rb +++ b/config/unicorn/production.rb @@ -2,7 +2,7 @@ app_path = "/var/www/danbooru/current" # Set unicorn options -worker_processes 10 +worker_processes 12 timeout 180 #listen "127.0.0.1:9000", :tcp_nopush => true