Skip to content

Commit

Permalink
Extend the front page caching to 15 mins.
Browse files Browse the repository at this point in the history
  • Loading branch information
conormcd committed Feb 16, 2015
1 parent d98383f commit b894d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/FrontPageModel.php
Expand Up @@ -90,7 +90,7 @@ public function eTag() {
* be cached for.
*/
public function ttl() {
return 300;
return 900;
}
}

Expand Down

0 comments on commit b894d3e

Please sign in to comment.