Commit 06b15f183f948f389437a452b97e2a7f83018b6d

Authored by Shuky Dvir
1 parent 3b4ca3f3
Exists in master and in 1 other branch production

fix for newrelic

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
config/unicorn.rb
1 1 # http://michaelvanrooijen.com/articles/2011/06/01-more-concurrency-on-a-single-heroku-dyno-with-the-new-celadon-cedar-stack/
2 2  
3 3 worker_processes 3 # amount of unicorn workers to spin up
4   -timeout 30 # restarts workers that hang for 30 seconds
5 4 \ No newline at end of file
  5 +timeout 30 # restarts workers that hang for 30 seconds
  6 +preload_app true
6 7 \ No newline at end of file
... ...