From 371f05992110616412c57a26fb6688dc2111c65d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 26 May 2010 22:50:15 +0000 Subject: writer_thread_spawn: worker_connections limits thread spawned This should be logical, since we keep the connection alive when writing in our writer threads. --- lib/rainbows.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rainbows.rb') diff --git a/lib/rainbows.rb b/lib/rainbows.rb index 41d436e..dac68c2 100644 --- a/lib/rainbows.rb +++ b/lib/rainbows.rb @@ -135,7 +135,7 @@ module Rainbows MODEL_WORKER_CONNECTIONS = { :Base => 1, # this one can't change :WriterThreadPool => 20, - :WriterThreadSpawn => 1, + :WriterThreadSpawn => 20, :Revactor => 50, :ThreadSpawn => 30, :ThreadPool => 20, -- cgit v1.2.3-24-ge0c7