Update for caching
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Aug 2014 14:40:13 +0000 (10:40 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Aug 2014 14:40:31 +0000 (10:40 -0400)
Set cache time limit so it is just using the cache data
even on development

setup.phtml

index 7774338..ce3c42a 100644 (file)
@@ -790,7 +790,7 @@ $flexyOptions    = array(
 $cacheOptions = array(
     'cacheDir'           => BASE . 'cache/',
     'writeControl'       => true,
-    'lifeTime'           => (DEVELOPMENT) ? 0 : null,
+    'lifeTime'           => null,//(DEVELOPMENT) ? 0 : null,
     'readControl'        => true,
     'fileNameProtection' => false,
     'readControlType'    => 'md5',