Skip to content

Commit

Permalink
glamr/views: update a comment with corrected timing measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
robert102 committed Dec 11, 2024
1 parent 6ab0b54 commit 7ed87b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mibios/glamr/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 7ed87b2

Please sign in to comment.