temp nuking of memoize for global stats data

This commit is contained in:
Davor Spasovski 2012-03-22 18:05:53 -07:00
Родитель 3f5f9c3562
Коммит 7ff9003aa1
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -456,7 +456,8 @@ def daterange(start_date, end_date):
yield start_date + timedelta(n)
@memoize(prefix='global_stats', time=60 * 60)
# Removing temporarily to test a stats range fix.
#@memoize(prefix='global_stats', time=60 * 60)
def _site_query(period, start, end):
# Cached lookup of the keys and the SQL.
# Taken from remora, a mapping of the old values.