diff --git a/ietf/group/ajax.py b/ietf/group/ajax.py index cb60df63c..2b0f8dafa 100644 --- a/ietf/group/ajax.py +++ b/ietf/group/ajax.py @@ -16,7 +16,7 @@ def group_json(request, acronym): sort_keys=True, indent=2), content_type="text/json") -@cache_control(public=True) +@cache_control(public=True, max_age=30*60) @cache_page(30 * 60) def group_menu_data(request): groups = Group.objects.filter(state="active", type__in=("wg", "rg"), parent__state="active").order_by("acronym")