From 7ed87b20f791a86c088e511ad6beeaa7d984114d Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 11 Dec 2024 10:18:36 -0500 Subject: [PATCH] glamr/views: update a comment with corrected timing measurement --- mibios/glamr/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):