Merge pull request #51540 from vahe/lazily_load_schema_cache-docs-cmment-cleanup

Remove misleading comment related to lazily_load_schema_cache and use_schema_cache_dump
This commit is contained in:
Jean Boussier 2024-04-11 08:46:44 +02:00 committed by GitHub
commit 93df871020
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -184,8 +184,7 @@ module Tasks
##
# :singleton-method: lazily_load_schema_cache
# Lazily load the schema cache. This option will load the schema cache
# when a connection is established rather than on boot. If set,
# +config.active_record.use_schema_cache_dump+ will be set to false.
# when a connection is established rather than on boot.
singleton_class.attr_accessor :lazily_load_schema_cache
self.lazily_load_schema_cache = false