temp nuking of memoize for global stats data
This commit is contained in:
Родитель
3f5f9c3562
Коммит
7ff9003aa1
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче