Election results in the London Borough of Sutton.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

7 行
218 B

  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