about summary refs log tree commit homepage
path: root/lib/rainbows/rev_thread_pool.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/rev_thread_pool.rb
parented1d5f187de90105b1d01d3d8711eba14115ccf0 (diff)
downloadrainbows-ca15225e266a84489d8b05adaa948b3912280094.tar.gz
This matches what EM sets for its built-in thread pool
Diffstat (limited to 'lib/rainbows/rev_thread_pool.rb')
-rw-r--r--lib/rainbows/rev_thread_pool.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/rev_thread_pool.rb b/lib/rainbows/rev_thread_pool.rb
index 47b451e..cb51566 100644
--- a/lib/rainbows/rev_thread_pool.rb
+++ b/lib/rainbows/rev_thread_pool.rb
@@ -22,7 +22,7 @@ module Rainbows
   module RevThreadPool
 
     DEFAULTS = {
-      :pool_size => 10, # same default size as ThreadPool (w/o Rev)
+      :pool_size => 20, # same default size as ThreadPool (w/o Rev)
     }
 
     def self.setup