Commit 4371a95d authored by Romain Courteaud's avatar Romain Courteaud

erp5_web: change max age as expected in the policy name

Change max age to 1 hour and 1 day
parent 90e96ee4
......@@ -609,7 +609,7 @@
</item>
<item>
<key> <string>_max_age_secs</string> </key>
<value> <int>600</int> </value>
<value> <int>86400</int> </value>
</item>
<item>
<key> <string>_mtime_func</string> </key>
......@@ -714,7 +714,7 @@
</item>
<item>
<key> <string>_max_age_secs</string> </key>
<value> <int>600</int> </value>
<value> <int>3600</int> </value>
</item>
<item>
<key> <string>_mtime_func</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment