config: flip config.active_record.collection_cache_versioning
This is related to internal cache implementation, and doesn't affect us.
This commit is contained in:
parent
4a9f081cfc
commit
fbbcd97463
1 changed files with 1 additions and 1 deletions
|
@ -42,4 +42,4 @@ Rails.application.config.action_mailer.delivery_job = "ActionMailer::MailDeliver
|
|||
# Enable the same cache key to be reused when the object being cached of type
|
||||
# `ActiveRecord::Relation` changes by moving the volatile information (max updated at and count)
|
||||
# of the relation's cache key into the cache version to support recycling cache key.
|
||||
# Rails.application.config.active_record.collection_cache_versioning = true
|
||||
Rails.application.config.active_record.collection_cache_versioning = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue