summaryrefslogtreecommitdiff
path: root/devel/utils.py
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 21:08:45 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 21:08:45 -0400
commitc6eb3b7b3c77d1b70126e0755c9ee66de88d5395 (patch)
tree138b206e95b7ec98ad9d319dd95157a2028b4cd1 /devel/utils.py
parent81a4f3e5e602d900ebfb2c20eb7565fddfb013a2 (diff)
parentc910b9220c45eb9d493d260f325efda2141205a4 (diff)
Merge branch 'archweb-generic' into master-nomake
# Conflicts: # public/views.py
Diffstat (limited to 'devel/utils.py')
-rw-r--r--devel/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/utils.py b/devel/utils.py
index 7dd64972..eaa7d07e 100644
--- a/devel/utils.py
+++ b/devel/utils.py
@@ -10,7 +10,7 @@ from main.utils import cache_function
from main.models import Package
from packages.models import PackageRelation
-@cache_function(300)
+@cache_function(283)
def get_annotated_maintainers():
maintainers = User.objects.filter(is_active=True).order_by(
'first_name', 'last_name')