about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-14 18:12:51 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-14 18:17:09 -0700
commit2260d56329b036bcce7eb69831d3e480334d283c (patch)
tree9db171bc4fa5886afb5135abb896d12a605707b5 /lib/rainbows.rb
parent01ee5327c018f64fa4b6aa767c0328c56f699170 (diff)
downloadrainbows-2260d56329b036bcce7eb69831d3e480334d283c.tar.gz
This is based on an idea I originally had for Unicorn but never
implemented in Unicorn since the benefits were unproven and the
risks were too high.
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 16e2662..d97262f 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -134,6 +134,7 @@ module Rainbows
   # highly recommended
   MODEL_WORKER_CONNECTIONS = {
     :Base => 1, # this one can't change
+    :WriterThreadPool => 1,
     :Revactor => 50,
     :ThreadSpawn => 30,
     :ThreadPool => 20,