This commit is contained in:
Jeremy Orem 2011-11-09 16:55:31 -08:00
Родитель 788e5d1f36
Коммит 24576d6f3c
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -801,6 +801,7 @@ MINIFY_BUNDLES = {
# Caching
# Prefix for cache keys (will prevent collisions when running parallel copies)
CACHE_PREFIX = 'amo:%s:' % build_id
KEY_PREFIX = CACHE_PREFIX
FETCH_BY_ID = True
# Number of seconds a count() query should be cached. Keep it short because