about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
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 41d436e..dac68c2 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -135,7 +135,7 @@ module Rainbows
   MODEL_WORKER_CONNECTIONS = {
     :Base => 1, # this one can't change
     :WriterThreadPool => 20,
-    :WriterThreadSpawn => 1,
+    :WriterThreadSpawn => 20,
     :Revactor => 50,
     :ThreadSpawn => 30,
     :ThreadPool => 20,