From e4048f3d81d7366bd499ed7cf0738d3b9a1a64af Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Mon, 1 Oct 2012 12:51:49 +0200 Subject: [PATCH] add a unicorn.rb --- config/unicorn.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/unicorn.rb 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 +