From 03715b1c30d0bdeb395bbf51f06e573a9f4b449d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 15 Aug 2014 10:40:13 -0400 Subject: [PATCH] Update for caching Set cache time limit so it is just using the cache data even on development --- setup.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.17.1