We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa2bfef + 7e1a287 commit 33f0dbbCopy full SHA for 33f0dbb
config/bootstrap.php
@@ -99,8 +99,8 @@
99
* When debug = true the metadata cache should only last for a short time.
100
*/
101
if (Configure::read('debug')) {
102
- Configure::write('Cache._cake_model_.duration', '+2 minutes');
103
- Configure::write('Cache._cake_translations_.duration', '+2 minutes');
+ Configure::write('Cache._cake_model_.duration', '+1 minute');
+ Configure::write('Cache._cake_translations_.duration', '+1 minute');
104
}
105
106
/*
0 commit comments