From 06b15f183f948f389437a452b97e2a7f83018b6d Mon Sep 17 00:00:00 2001 From: Shuky Dvir Date: Tue, 7 Feb 2012 08:03:03 +0200 Subject: [PATCH] fix for newrelic --- config/unicorn.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/unicorn.rb b/config/unicorn.rb index 30bff3d..7720400 100644 --- a/config/unicorn.rb +++ b/config/unicorn.rb @@ -1,4 +1,5 @@ # http://michaelvanrooijen.com/articles/2011/06/01-more-concurrency-on-a-single-heroku-dyno-with-the-new-celadon-cedar-stack/ worker_processes 3 # amount of unicorn workers to spin up -timeout 30 # restarts workers that hang for 30 seconds \ No newline at end of file +timeout 30 # restarts workers that hang for 30 seconds +preload_app true \ No newline at end of file -- libgit2 0.21.2