Commit e21d07d4 by Guba Sándor

settings: updated to real memchached service

parent 5adcd0d9
......@@ -322,7 +322,7 @@ VM_SCHEDULER = 'manager.scheduler'
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'BACKEND': 'pylibmc',
'LOCATION': '127.0.0.1:11211',
}
}
......
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 sign in to comment