projects
/
web
/
Keweenaw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34832f2
)
Update for caching
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 15 Aug 2014 14:40:13 +0000
(10:40 -0400)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/setup.phtml
b/setup.phtml
index
7774338
..
ce3c42a
100644
(file)
--- 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',