Skip to content

Commit

Permalink
Update bootstrap.php
Browse files Browse the repository at this point in the history
Remove the setting for the `_cake_routes_` cache since it has been removed in cakePHP 5
  • Loading branch information
MarwanSalim committed Mar 13, 2024
1 parent c9bd3d7 commit 46d6b13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@
if (Configure::read('debug')) {
Configure::write('Cache._cake_model_.duration', '+2 minutes');
Configure::write('Cache._cake_core_.duration', '+2 minutes');
// disable router cache during development
Configure::write('Cache._cake_routes_.duration', '+2 seconds');
}

/*
Expand Down

0 comments on commit 46d6b13

Please sign in to comment.