summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/utils.py b/public/utils.py
index 88f073d..c92cb26 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