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