lib/distributed/routing/urls.rb in mack-0.5.0 vs lib/distributed/routing/urls.rb in mack-0.5.5
- old
+ new
@@ -11,10 +11,10 @@
end
def put
Mack::Distributed::Utils::Rinda.register_or_renew(:space => app_config.mack.distributed_app_name.to_sym,
:klass_def => :distributed_routes,
- :object => self)
+ :object => self, :timeout => 0)
end
def run(meth, options)
self.send(meth, options)
end
\ No newline at end of file