[Erp5-report] r27985 - in /erp5/trunk/bt5/erp5_base: PathTemplateItem/portal_caches/ PathTe...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 7 13:33:36 CEST 2009


Author: nicolas
Date: Tue Jul  7 13:33:36 2009
New Revision: 27985

URL: http://svn.erp5.org?rev=27985&view=rev
Log:
By default conversion cache is Ram Based to avoid dependency of python-memcache

Added:
    erp5/trunk/bt5/erp5_base/PathTemplateItem/portal_caches/document_cache_factory/volatile_cache_plugin.xml
Modified:
    erp5/trunk/bt5/erp5_base/PathTemplateItem/portal_caches/document_cache_factory.xml
    erp5/trunk/bt5/erp5_base/bt/revision

Modified: erp5/trunk/bt5/erp5_base/PathTemplateItem/portal_caches/document_cache_factory.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/PathTemplateItem/portal_caches/document_cache_factory.xml?rev=27985&r1=27984&r2=27985&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/PathTemplateItem/portal_caches/document_cache_factory.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/PathTemplateItem/portal_caches/document_cache_factory.xml [utf8] Tue Jul  7 13:33:36 2009
@@ -29,7 +29,7 @@
         </item>
         <item>
             <key> <string>cache_duration</string> </key>
-            <value> <int>0</int> </value>
+            <value> <int>3600</int> </value>
         </item>
         <item>
             <key> <string>id</string> </key>
@@ -37,7 +37,7 @@
         </item>
         <item>
             <key> <string>last_id</string> </key>
-            <value> <string>7</string> </value>
+            <value> <string>8</string> </value>
         </item>
         <item>
             <key> <string>portal_type</string> </key>

Added: erp5/trunk/bt5/erp5_base/PathTemplateItem/portal_caches/document_cache_factory/volatile_cache_plugin.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/PathTemplateItem/portal_caches/document_cache_factory/volatile_cache_plugin.xml?rev=27985&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_base/PathTemplateItem/portal_caches/document_cache_factory/volatile_cache_plugin.xml (added)
+++ erp5/trunk/bt5/erp5_base/PathTemplateItem/portal_caches/document_cache_factory/volatile_cache_plugin.xml [utf8] Tue Jul  7 13:33:36 2009
@@ -1,0 +1,31 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="RamCache" module="Products.ERP5Type.Document.RamCache"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>volatile_cache_plugin</string> </value>
+        </item>
+        <item>
+            <key> <string>int_index</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Ram Cache</string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Volatile Cache Plugin</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_base/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/revision?rev=27985&r1=27984&r2=27985&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/bt/revision [utf8] Tue Jul  7 13:33:36 2009
@@ -1,1 +1,1 @@
-617
+620




More information about the Erp5-report mailing list