X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f37ea2fae3bd7330d42ca257baf175dd811b2ac6..f26d5b2b07ea18756916cda374a65a77d77dc7c2:/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)