Commit 65922bf6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

cache: set stale_if_error_interval and stale_while_revalidate_interval.

parent 02097577
...@@ -34,11 +34,11 @@ ...@@ -34,11 +34,11 @@
</item> </item>
<item> <item>
<key> <string>stale_if_error_interval</string> </key> <key> <string>stale_if_error_interval</string> </key>
<value> <int>0</int> </value> <value> <int>360000</int> </value>
</item> </item>
<item> <item>
<key> <string>stale_while_revalidate_interval</string> </key> <key> <string>stale_while_revalidate_interval</string> </key>
<value> <int>0</int> </value> <value> <int>360000</int> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -34,11 +34,11 @@ ...@@ -34,11 +34,11 @@
</item> </item>
<item> <item>
<key> <string>stale_if_error_interval</string> </key> <key> <string>stale_if_error_interval</string> </key>
<value> <int>0</int> </value> <value> <int>360000</int> </value>
</item> </item>
<item> <item>
<key> <string>stale_while_revalidate_interval</string> </key> <key> <string>stale_while_revalidate_interval</string> </key>
<value> <int>0</int> </value> <value> <int>360000</int> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
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