about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-25 19:44:13 -0700
committerEric Wong <normalperson@yhbt.net>2011-04-25 19:44:13 -0700
commit012d3e3d1ae9186434efcaa746f25118683fe8b3 (patch)
tree8f414c00536112c3f08cfcecefaa2016449b3ce3 /lib
parentf6471ed9cafe6e65e72fa9486ecdcc4b2f8d1373 (diff)
downloadrainbows-012d3e3d1ae9186434efcaa746f25118683fe8b3.tar.gz
This may change again in the future, but it
paves the way for simplifying this code...
Diffstat (limited to 'lib')
-rw-r--r--lib/rainbows.rb8
1 files changed, 4 insertions, 4 deletions
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,