travis-web/config/unicorn.rb
2012-10-01 12:53:53 +02:00

6 lines
140 B
Ruby

worker_processes 3 # amount of unicorn workers to spin up
timeout 30 # restarts workers that hang for 15 seconds
preload_app true