Add a test that shows how bad course api query counts are
This commit is contained in:
@@ -73,6 +73,9 @@ class CacheIsolationMixin(object):
|
||||
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
|
||||
'LOCATION': cache_name,
|
||||
'KEY_FUNCTION': 'util.memcache.safe_key',
|
||||
'OPTIONS': {
|
||||
'MAX_ENTRIES': 1000,
|
||||
},
|
||||
} for cache_name in cls.ENABLED_CACHES
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user