lib/asynchronic.rb in asynchronic-1.5.0 vs lib/asynchronic.rb in asynchronic-1.5.1

- old
+ new

@@ -17,9 +17,10 @@ attr_config :queue_engine, QueueEngine::InMemory.new attr_config :data_store, DataStore::InMemory.new attr_config :logger, Logger.new($stdout) attr_config :retry_timeout, 30 attr_config :garbage_collector_timeout, 30 + attr_config :redis_data_store_sync_timeout, 0.01 def self.environment Environment.new queue_engine, data_store end \ No newline at end of file