Commit 8b65b518 authored by Ivan Tyagov's avatar Ivan Tyagov

Decrease default session life time from 100h to 24h and decrease as well cache check interval.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24384 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eb09d32e
......@@ -3,21 +3,12 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Type.Document.CacheFactory</string>
<string>CacheFactory</string>
</tuple>
<none/>
<global name="CacheFactory" module="Products.ERP5Type.Document.CacheFactory"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_count</string> </key>
<value>
......@@ -38,7 +29,7 @@
</item>
<item>
<key> <string>cache_duration</string> </key>
<value> <int>360000</int> </value>
<value> <int>86400</int> </value>
</item>
<item>
<key> <string>id</string> </key>
......@@ -56,36 +47,18 @@
<key> <string>title</string> </key>
<value> <string>Session Cache</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>BTrees.Length</string>
<string>Length</string>
</tuple>
<none/>
</tuple>
<global name="Length" module="BTrees.Length"/>
</pickle>
<pickle> <int>0</int> </pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>BTrees.OOBTree</string>
<string>OOBTree</string>
</tuple>
<none/>
</tuple>
<global name="OOBTree" module="BTrees._OOBTree"/>
</pickle>
<pickle>
<none/>
......@@ -93,13 +66,7 @@
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<tuple>
<tuple>
<string>BTrees.OOBTree</string>
<string>OOBTree</string>
</tuple>
<none/>
</tuple>
<global name="OOBTree" module="BTrees._OOBTree"/>
</pickle>
<pickle>
<none/>
......
......@@ -3,21 +3,12 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Type.Document.RamCache</string>
<string>RamCache</string>
</tuple>
<none/>
<global name="RamCache" module="Products.ERP5Type.Document.RamCache"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_count</string> </key>
<value>
......@@ -38,7 +29,7 @@
</item>
<item>
<key> <string>cache_expire_check_interval</string> </key>
<value> <int>36000</int> </value>
<value> <int>1800</int> </value>
</item>
<item>
<key> <string>id</string> </key>
......@@ -56,12 +47,6 @@
<key> <string>title</string> </key>
<value> <string>RAM Cache</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
2008-08-28 ivan
* Decrease default session life time
2008-08-28 yusei
* Use Base_translateString or translateString instead of N_ for translation message.
......
118
\ No newline at end of file
121
\ 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