Commit 1c88966c by Bill DeRusha

Swap out pylibmc for memcached caching

parent c12317cf
......@@ -47,7 +47,7 @@ DISCOVERY_MEMCACHE: [ 'memcache' ]
DISCOVERY_CACHES:
default:
BACKEND: 'django.core.cache.backends.memcached.PyLibMCCache'
BACKEND: 'django.core.cache.backends.memcached.MemcachedCache'
KEY_PREFIX: '{{ discovery_service_name }}'
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