lib/datacenter.rb in datacenter-0.2.0 vs lib/datacenter.rb in datacenter-0.2.1
- old
+ new
@@ -4,8 +4,9 @@
require 'logger'
module Datacenter
extend ClassConfig
attr_config :logger, Logger.new('/dev/null')
+ attr_config :process_cache_expiration, 2
end
Dir.glob(File.expand_path('datacenter/*.rb', File.dirname(__FILE__))).sort.each { |f| require f }
\ No newline at end of file