diff --git a/mibios/glamr/views.py b/mibios/glamr/views.py index a011f14..fbd5324 100644 --- a/mibios/glamr/views.py +++ b/mibios/glamr/views.py @@ -1671,7 +1671,7 @@ def _queryset(self): return self.filter.qs.order_by("-sample_count") def get_queryset(self): - # use caching as this gets called multiple times (1ms each) (maps etc.) + # use caching as this gets called multiple times (4ms each) (maps etc.) return self._queryset def get_context_data(self, **ctx):