diff --git a/config/unicorn.rb b/config/unicorn.rb new file mode 100644 index 00000000..9498e7c3 --- /dev/null +++ b/config/unicorn.rb @@ -0,0 +1,5 @@ +worker_processes 3 # amount of unicorn workers to spin up +timeout 30 # restarts workers that hang for 15 seconds + +preload_app true +