X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f37ea2fae3bd7330d42ca257baf175dd811b2ac6..dbe84a97bf48789e0f32a185f701840fc68063bd:/config/application.rb diff --git a/config/application.rb b/config/application.rb index 2303d321c..23f70fc20 100644 --- a/config/application.rb +++ b/config/application.rb @@ -29,6 +29,9 @@ module OpenStreetMap # like if you have constraints or database-specific column types config.active_record.schema_format = :sql unless Settings.status == "database_offline" + # Use rails 7.1 cache format + config.active_support.cache_format_version = 7.1 + # Use memcached for caching if required config.cache_store = :mem_cache_store, Settings.memcache_servers, { :namespace => "rails:cache" } if Settings.key?(:memcache_servers)