aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorMehmet Emin INAC <mehmetemininac@gmail.com>2017-12-12 15:18:59 +0100
committerMehmet Emin INAC <mehmetemininac@gmail.com>2017-12-12 15:18:59 +0100
commit17b9c264cb709be556c84f1877f12bc50f0637c3 (patch)
tree740e1f9000bb135cc08b258551cedf8b6c13beb2 /activesupport
parente48704db8e6021b690b1fe2b362c7cb2e624e173 (diff)
downloadrails-17b9c264cb709be556c84f1877f12bc50f0637c3.tar.gz
rails-17b9c264cb709be556c84f1877f12bc50f0637c3.tar.bz2
rails-17b9c264cb709be556c84f1877f12bc50f0637c3.zip
[ci skip] Fix Active Support Changelog about :race_condition_ttl
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
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,