diff options
Diffstat (limited to 'public/utils.py')
-rw-r--r-- | public/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/utils.py b/public/utils.py index 88f073d0..c92cb264 100644 --- a/public/utils.py +++ b/public/utils.py @@ -1,5 +1,7 @@ from main.models import Arch, Repo, Package +from main.utils import cache_function +@cache_function(300) def get_recent_updates(): # This is a bit of magic. We are going to show 15 on the front page, but we # want to try and eliminate cross-architecture wasted space. Pull enough |