From f154ff562cf0803a4435ddb89d42c46154225bc8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 3 Oct 2009 03:07:55 -0700 Subject: configurator: set worker_connections correctly --- lib/rainbows/configurator.rb | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-24-ge0c7