diff --git a/config/unicorn.rb b/config/unicorn.rb index 6f6f2fcc14..b1ba7bad1d 100644 --- a/config/unicorn.rb +++ b/config/unicorn.rb @@ -1,2 +1,3 @@ +preload_app true # https://newrelic.com/docs/ruby/no-data-with-unicorn worker_processes 4 # 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