Election results in the London Borough of Sutton.
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- # http://datachomp.com/archives/using-unicorn-with-sinatra-or-padrino-on-heroku/
- # https://devcenter.heroku.com/articles/rails-unicorn
-
- worker_processes Integer(ENV["WEB_CONCURRENCY"] || 3)
- timeout 15
- preload_app true
|