Merge pull request #11277 from edx/PERF-251
Add the basis of configuring a cache TTL for course assets.
This commit is contained in:
@@ -306,6 +306,7 @@ simplefilter('ignore')
|
||||
|
||||
MIDDLEWARE_CLASSES = (
|
||||
'request_cache.middleware.RequestCache',
|
||||
'clean_headers.middleware.CleanHeadersMiddleware',
|
||||
'django.middleware.cache.UpdateCacheMiddleware',
|
||||
'django.middleware.common.CommonMiddleware',
|
||||
'django.middleware.csrf.CsrfViewMiddleware',
|
||||
@@ -749,6 +750,7 @@ INSTALLED_APPS = (
|
||||
|
||||
# For CMS
|
||||
'contentstore',
|
||||
'contentserver',
|
||||
'course_creators',
|
||||
'external_auth',
|
||||
'student', # misleading name due to sharing with lms
|
||||
|
||||
Reference in New Issue
Block a user