[pLog-svn] r2326 - plog/branches/plog-1.0.2/class/view

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Thu Jul 14 15:39:57 GMT 2005


Author: jondaley
Date: 2005-07-14 15:39:57 +0000 (Thu, 14 Jul 2005)
New Revision: 2326

Modified:
   plog/branches/plog-1.0.2/class/view/resourceserverview.class.php
Log:
set default resource cache to be one day

Modified: plog/branches/plog-1.0.2/class/view/resourceserverview.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/view/resourceserverview.class.php	2005-07-14 15:31:36 UTC (rev 2325)
+++ plog/branches/plog-1.0.2/class/view/resourceserverview.class.php	2005-07-14 15:39:57 UTC (rev 2326)
@@ -7,6 +7,7 @@
 	define( 'RESOURCE_VIEW_MODE_DEFAULT', '' );
 	define( 'RESOURCE_VIEW_MODE_PREVIEW', 'preview' );
 	define( 'RESOURCE_VIEW_MODE_MEDIUM', 'medium' );
+    define( 'DEFAULT_HTTP_CACHE_LIFETIME', '86400');
 
     /**
      * \ingroup View




More information about the pLog-svn mailing list