templates/unicorn.rb in suspenders-1.9.1 vs templates/unicorn.rb in suspenders-1.9.2
- old
+ new
@@ -15,10 +15,10 @@
end
end
after_fork do |server, worker|
Signal.trap 'TERM' do
- puts 'Unicorn worker intercepting TERM and doing nothing. Wait for master to sent QUIT'
+ puts 'Unicorn worker intercepting TERM and doing nothing. Wait for master to send QUIT'
end
if defined? ActiveRecord::Base
config = Rails.application.config.database_configuration[Rails.env]
config['reaping_frequency'] = (ENV['DB_REAPING_FREQUENCY'] || 10).to_i