Stick with the same general retention policy we use for everything

This commit is contained in:
David Heinemeier Hansson
2025-11-21 09:40:50 +01:00
parent 0a88565bd7
commit ae640198ae
+1 -3
View File
@@ -1,8 +1,6 @@
default_options: &default_options
store_options:
# Cap age of oldest cache entry to fulfill retention policies
# max_age: <%= 60.days.to_i %>
max_size: <%= 256.megabytes %>
max_age: <%= 60.days.to_i %>
namespace: <%= Rails.env %>
default_connection: &default_connection