Commit 54b2fd1c 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 6a0c55f0
......@@ -716,7 +716,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>
......@@ -821,7 +821,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