for cache
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 25 Mar 2010 16:51:38 +0000 (16:51 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 25 Mar 2010 16:51:38 +0000 (16:51 +0000)
setup.phtml

index 62648a6..d55520c 100644 (file)
@@ -727,7 +727,7 @@ if (!isset($SITEINFO)) {
        $cacheOptions = array(
                'cacheDir'                       => BASE . 'cache',
                'writeControl'           => true,
-        'lifeTime'           => null,//(DEVELOPMENT) ? 0 : null,
+        'lifeTime'           => (DEVELOPMENT) ? 0 : null,
                'readControl'            => true,
                'fileNameProtection' => false,
                'readControlType'        => 'md5',