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