Commit 6daea0ca authored by Nicolas Delaby's avatar Nicolas Delaby

2010-03-24 nicolas

* Change duration cache of dms_cache_factory to avoid keeping converted values indefinitely. New duration is 6 month.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34050 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0faa8ca3
...@@ -29,7 +29,12 @@ ...@@ -29,7 +29,12 @@
</item> </item>
<item> <item>
<key> <string>cache_duration</string> </key> <key> <string>cache_duration</string> </key>
<value> <int>0</int> </value> <value> <int>15768000</int> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Keep converted values 6 month maximum\n
60*60*24*365/2</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
2010-03-24 nicolas
* Change duration cache of dms_cache_factory to avoid keeping converted values indefinitely. New duration is 6 month.
2010-03-12 ivan 2010-03-12 ivan
* Add conversion_failed state (indicating an external OOOd failure) and needed transitions. * Add conversion_failed state (indicating an external OOOd failure) and needed transitions.
......
1095 1098
\ No newline at end of file \ No newline at end of file
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