about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-05 17:37:24 -0800
committerEric Wong <normalperson@yhbt.net>2009-12-05 17:37:24 -0800
commitca15225e266a84489d8b05adaa948b3912280094 (patch)
tree3764547b0fc4fb0e33f5f4bacc2c4753dfdd996c /lib/rainbows.rb
parented1d5f187de90105b1d01d3d8711eba14115ccf0 (diff)
downloadrainbows-ca15225e266a84489d8b05adaa948b3912280094.tar.gz
This matches what EM sets for its built-in thread pool
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index e42f6cf..eb50f34 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -77,7 +77,7 @@ module Rainbows
     :Base => 1, # this one can't change
     :Revactor => 50,
     :ThreadSpawn => 30,
-    :ThreadPool => 10,
+    :ThreadPool => 20,
     :Rev => 50,
     :RevThreadSpawn => 50,
     :RevThreadPool => 50,