Commit 8156e21d 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 d835ace8
...@@ -609,7 +609,7 @@ ...@@ -609,7 +609,7 @@
</item> </item>
<item> <item>
<key> <string>_max_age_secs</string> </key> <key> <string>_max_age_secs</string> </key>
<value> <int>600</int> </value> <value> <int>86400</int> </value>
</item> </item>
<item> <item>
<key> <string>_mtime_func</string> </key> <key> <string>_mtime_func</string> </key>
...@@ -714,7 +714,7 @@ ...@@ -714,7 +714,7 @@
</item> </item>
<item> <item>
<key> <string>_max_age_secs</string> </key> <key> <string>_max_age_secs</string> </key>
<value> <int>600</int> </value> <value> <int>3600</int> </value>
</item> </item>
<item> <item>
<key> <string>_mtime_func</string> </key> <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