Stick with the same general retention policy we use for everything
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user