From c9c2c740a70096f1c5067bce79f915fc34c35f21 Mon Sep 17 00:00:00 2001 From: Judd Lillestrand Date: Wed, 24 Jul 2013 20:06:27 -0700 Subject: [PATCH] moving unicorn timeout to 30 --- config/unicorn.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/unicorn.rb b/config/unicorn.rb index 729ff4d..63dfd4d 100644 --- a/config/unicorn.rb +++ b/config/unicorn.rb @@ -1,5 +1,5 @@ worker_processes Integer(ENV["WEB_CONCURRENCY"] || 3) -timeout 15 +timeout 30 preload_app true before_fork do |server, worker|