Election results in the London Borough of Sutton.
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- # 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
|