[pLog-svn] r2144 - plog/trunk/class/cache/Cache_Lite

ork at devel.plogworld.net ork at devel.plogworld.net
Tue May 31 20:53:28 GMT 2005


Author: ork
Date: 2005-05-31 20:53:27 +0000 (Tue, 31 May 2005)
New Revision: 2144

Modified:
   plog/trunk/class/cache/Cache_Lite/Lite.php
Log:
we add a quite big default cache time, this will be separated in smaller pices as soon as a cachetime per cachecategory feature is implemented


Modified: plog/trunk/class/cache/Cache_Lite/Lite.php
===================================================================
--- plog/trunk/class/cache/Cache_Lite/Lite.php	2005-05-31 20:47:16 UTC (rev 2143)
+++ plog/trunk/class/cache/Cache_Lite/Lite.php	2005-05-31 20:53:27 UTC (rev 2144)
@@ -56,7 +56,7 @@
     *
     * @var int $_lifeTime
     */
-    var $_lifeTime = 3600;
+    var $_lifeTime = 604800;
 
     /**
     * Enable / disable fileLocking




More information about the pLog-svn mailing list