From 012d3e3d1ae9186434efcaa746f25118683fe8b3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 25 Apr 2011 19:44:13 -0700 Subject: make all concurrency options use 50 by default This may change again in the future, but it paves the way for simplifying this code... --- lib/rainbows.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/rainbows.rb') diff --git a/lib/rainbows.rb b/lib/rainbows.rb index 85185d1..391c41d 100644 --- a/lib/rainbows.rb +++ b/lib/rainbows.rb @@ -112,11 +112,11 @@ module Rainbows # highly recommended MODEL_WORKER_CONNECTIONS = { :Base => 1, # this one can't change - :WriterThreadPool => 20, - :WriterThreadSpawn => 20, + :WriterThreadPool => 50, + :WriterThreadSpawn => 50, :Revactor => 50, - :ThreadSpawn => 30, - :ThreadPool => 20, + :ThreadSpawn => 50, + :ThreadPool => 50, :Rev => 50, :RevThreadSpawn => 50, :RevThreadPool => 50, -- cgit v1.2.3-24-ge0c7