diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-14 12:08:36 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-14 12:08:36 -0600 |
commit | f6b335b268f5f47e5c48f84f5994f7bdcd8b7e5a (patch) | |
tree | 5f7c5ea574a88a4bc1d825e0c7ea829ddedbf9aa /mirrors/utils.py | |
parent | 0aa246b85159bf627873308868cf169868cba569 (diff) | |
parent | ffaa2cfb254a238ba0eb704115b95360305d1ae7 (diff) |
Merge branch 'archweb' into archweb-generic2
Diffstat (limited to 'mirrors/utils.py')
-rw-r--r-- | mirrors/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mirrors/utils.py b/mirrors/utils.py index e98b5c9f..bba8e36b 100644 --- a/mirrors/utils.py +++ b/mirrors/utils.py @@ -21,7 +21,7 @@ def dictfetchall(cursor): for row in cursor.fetchall() ] - +@cache_function(178) def status_data(cutoff_time, mirror_id=None): if mirror_id is not None: params = [cutoff_time, mirror_id] |