Revert "Temporarily switch away from memcached02 to 01 for hardware maintenance"

This reverts commit d5f92b0342.
This commit is contained in:
Patrick Uiterwijk 2016-01-04 22:14:23 +00:00
parent 33028dfd9f
commit 0af799550f
2 changed files with 3 additions and 3 deletions

View file

@ -283,7 +283,7 @@ CACHES = {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'KEY_PREFIX': 'askfedora',
'LOCATION': [
'memcached01:11211',
'memcached02:11211',
]
}
}