Revert "Switch askbot and packages to use memcached01 for now"

This reverts commit e57926de93.
This commit is contained in:
Patrick Uiterwijk
2015-05-27 18:59:02 +00:00
parent e57926de93
commit 87214c087d
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',
]
}
}

View File

@@ -134,11 +134,11 @@ moksha.livesocket = False
cache.bugzilla.backend=dogpile.cache.memcached
cache.bugzilla.expiration_time=300
cache.bugzilla.arguments.url=memcached01:11211
cache.bugzilla.arguments.url=memcached02:11211
cache.bugzilla.arguments.distributed_lock=True
cache.connectors.backend=dogpile.cache.memcached
cache.connectors.expiration_time=300
cache.connectors.arguments.url=memcached01:11211
cache.connectors.arguments.url=memcached02:11211
cache.connectors.arguments.distributed_lock=True
# For the cache worker daemon