about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-26 22:20:57 +0000
committerEric Wong <normalperson@yhbt.net>2010-05-26 22:34:42 +0000
commit58661617ab802010ecbc45ce3afbca1d63cb9189 (patch)
tree6015af3842630d5b50278689630497810103e816 /lib/rainbows.rb
parentc6ecda097af9cc559b2d38b01ae23daf733b3786 (diff)
downloadrainbows-58661617ab802010ecbc45ce3afbca1d63cb9189.tar.gz
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index f01c942..41d436e 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -135,6 +135,7 @@ module Rainbows
   MODEL_WORKER_CONNECTIONS = {
     :Base => 1, # this one can't change
     :WriterThreadPool => 20,
+    :WriterThreadSpawn => 1,
     :Revactor => 50,
     :ThreadSpawn => 30,
     :ThreadPool => 20,