We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1101323 commit 6edcaaaCopy full SHA for 6edcaaa
1 file changed
mirrors/utils.py
@@ -154,6 +154,7 @@ def get_mirror_statuses(cutoff=DEFAULT_CUTOFF, mirror_id=None, show_all=False):
154
}
155
156
157
+@cache_function(127)
158
def get_mirror_errors(cutoff=DEFAULT_CUTOFF, mirror_id=None, show_all=False):
159
cutoff_time = now() - cutoff
160
errors = MirrorLog.objects.filter(
0 commit comments