about summary refs log tree commit homepage
path: root/lib/rainbows/configurator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/configurator.rb')
-rw-r--r--lib/rainbows/configurator.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rainbows/configurator.rb b/lib/rainbows/configurator.rb
index 8990afb..2fb42fe 100644
--- a/lib/rainbows/configurator.rb
+++ b/lib/rainbows/configurator.rb
@@ -18,6 +18,7 @@ module Rainbows
     def worker_connections(nr)
       (Integer === nr && nr > 0) || nr.nil? or
         raise ArgumentError, "worker_connections must be an Integer or nil"
+      set[:worker_connections] = nr
     end
 
   end