about summary refs log tree commit homepage
path: root/lib/rainbows/configurator.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-03 03:07:55 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-03 03:07:55 -0700
commitf154ff562cf0803a4435ddb89d42c46154225bc8 (patch)
tree31f832a4b0b884eb4812f7c81caf6d7673975037 /lib/rainbows/configurator.rb
parent5f7ecf057d1abeec99f3855634983707f5a26d9e (diff)
downloadrainbows-f154ff562cf0803a4435ddb89d42c46154225bc8.tar.gz
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