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:
Pierre de La Morinerie 2020-07-13 17:53:51 +02:00
parent 4a9f081cfc
commit fbbcd97463

View file

@ -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