From 17b9c264cb709be556c84f1877f12bc50f0637c3 Mon Sep 17 00:00:00 2001 From: Mehmet Emin INAC Date: Tue, 12 Dec 2017 15:18:59 +0100 Subject: [ci skip] Fix Active Support Changelog about :race_condition_ttl --- activesupport/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 42c4406967..668c726e1f 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -67,7 +67,7 @@ config.cache_store = :redis_cache_store # Supports all common cache store options (:namespace, :compress, - # :compress_threshold, :expires_in, :race_condition_tool) and all + # :compress_threshold, :expires_in, :race_condition_ttl) and all # Redis options. cache_password = Rails.application.secrets.redis_cache_password config.cache_store = :redis_cache_store, driver: :hiredis, -- cgit v1.2.3