Skip to content

Commit

Permalink
show how to configure the fiber_pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ammous committed Sep 4, 2011
1 parent 95a72eb commit d985d83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.ru
Expand Up @@ -2,5 +2,7 @@

require ::File.expand_path('../config/environment', __FILE__)

use Rack::FiberPool
# include Rack::FiberPool in your stack and
# set the number of fibers in the pool (100 is the current defaukt)
use Rack::FiberPool, :size => 100
run AsyncRails3::Application

0 comments on commit d985d83

Please sign in to comment.