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