From: Steve Sutton Date: Fri, 15 Aug 2014 14:40:13 +0000 (-0400) Subject: Update for caching X-Git-Tag: V1.0^2~65 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=03715b1c30d0bdeb395bbf51f06e573a9f4b449d;p=web%2FKeweenaw.git Update for caching Set cache time limit so it is just using the cache data even on development --- diff --git a/setup.phtml b/setup.phtml index 7774338..ce3c42a 100644 --- a/setup.phtml +++ b/setup.phtml @@ -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',