samuelkadolph / unicorn-rails

unicorn-rails is a simple gem that sets the default server for rack (and rails) to unicorn.
MIT License
127 stars 22 forks source link

Update lib/unicorn-rails.rb #1

Closed jsmestad closed 12 years ago

jsmestad commented 12 years ago

There shouldn't be a reason you need 3 worker processes locally.

samuelkadolph commented 12 years ago

The reason for 3 workers is so that the asset pipeline does not affect regular pages (and vice versa). Lowering it to 1 will cause the server to no longer handle more than 1 request at a time and slow down development speed.