diff --git a/config/unicorn.rb b/config/unicorn.rb index 365b104..15709ce 100644 --- a/config/unicorn.rb +++ b/config/unicorn.rb @@ -6,5 +6,5 @@ stderr_path "/home/web/#{@rails_app}/shared/unicorn.log" stdout_path "/home/web/#{@rails_app}/shared/unicorn.log" listen "/home/web/#{@rails_app}/shared/unicorn.sock" -worker_processes 2 +worker_processes 1 timeout 30 \ No newline at end of file