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