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 webrick by puma #383

Open
2 tasks
rafamanzo opened this issue Oct 11, 2016 · 1 comment
Open
2 tasks

Replace webrick by puma #383

rafamanzo opened this issue Oct 11, 2016 · 1 comment

Comments

@rafamanzo
Copy link
Member

The default rails server is getting used by the packaged distributions. Thus it is using webrick which is known to not be able to handle large loads os requests. Rails 5 already feature puma as the default webserver.

Here we want to:

  • Install puma
  • Configure puma

This might fix huge delays on mezuro.org.

@LucasAmoedo
Copy link

Requested alterations applied in #405 by @oliveiraMarcelo and @LucasAmoedo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants