Election results in the London Borough of Sutton.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

unicorn.rb 218 B

10 yıl önce
123456
  1. # http://datachomp.com/archives/using-unicorn-with-sinatra-or-padrino-on-heroku/
  2. # https://devcenter.heroku.com/articles/rails-unicorn
  3. worker_processes Integer(ENV["WEB_CONCURRENCY"] || 3)
  4. timeout 15
  5. preload_app true