Commit ff7373cc by Bill DeRusha Committed by GitHub

Merge pull request #3290 from edx/bderusha/docker-static

Swap out pylibmc for memcached caching
parents b82478eb 1c88966c
...@@ -47,7 +47,7 @@ DISCOVERY_MEMCACHE: [ 'memcache' ] ...@@ -47,7 +47,7 @@ DISCOVERY_MEMCACHE: [ 'memcache' ]
DISCOVERY_CACHES: DISCOVERY_CACHES:
default: default:
BACKEND: 'django.core.cache.backends.memcached.PyLibMCCache' BACKEND: 'django.core.cache.backends.memcached.MemcachedCache'
KEY_PREFIX: '{{ discovery_service_name }}' KEY_PREFIX: '{{ discovery_service_name }}'
LOCATION: '{{ DISCOVERY_MEMCACHE }}' LOCATION: '{{ DISCOVERY_MEMCACHE }}'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment