Commit 87feb97d 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 4a161868
......@@ -610,7 +610,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>
......@@ -715,7 +715,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