Skip to content

Commit

Permalink
Merge pull request #1024 from cakephp/5.x-cleanup
Browse files Browse the repository at this point in the history
remove `_cake_routes_` config
  • Loading branch information
ADmad authored Nov 1, 2024
2 parents 986520f + 3da29b8 commit fa83fcf
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 @@ -101,8 +101,6 @@
if (Configure::read('debug')) {
Configure::write('Cache._cake_model_.duration', '+2 minutes');
Configure::write('Cache._cake_translations_.duration', '+2 minutes');
// disable router cache during development
Configure::write('Cache._cake_routes_.duration', '+2 seconds');
}

/*
Expand Down

0 comments on commit fa83fcf

Please sign in to comment.