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.
1 parent aa2bfef commit 7e1a287Copy full SHA for 7e1a287
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