mezuro / prezento

Prezento is the web interface for Mezuro.
http://mezuro.github.io/
GNU Affero General Public License v3.0
6 stars 15 forks source link

Replace webrick by puma #383

Open rafamanzo opened 8 years ago

rafamanzo commented 8 years ago

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:

This might fix huge delays on mezuro.org.

LucasAmoedo commented 7 years ago

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