Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Unicorn with Puma #501

Merged
merged 1 commit into from
Jul 28, 2015
Merged

Replace Unicorn with Puma #501

merged 1 commit into from
Jul 28, 2015

Commits on Jul 28, 2015

  1. Replace Unicorn with Puma

    > Heroku now recommends using the Puma webserver. The previously
    > recommended webserver, Unicorn, is susceptible to slow client attacks.
    
    https://devcenter.heroku.com/changelog-items/594
    
    * Specify deploy settings
    
        - Set values that DATABASE_URL won't override / set
        - Add staging
        - Use max of thread count or db pool, since @schneems says:
          > You need your pool to at least be as large as your puma thread
          > count.
    calebhearth committed Jul 28, 2015
    1 Configuration menu
    Copy the full SHA
    c681ed3 View commit details
    Browse the repository at this point in the history