Switch askbot and packages to use memcached01 for now

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-05-27 16:58:03 +00:00
parent ae77a15521
commit e57926de93
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': [
'memcached02:11211',
'memcached01: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=memcached02:11211
cache.bugzilla.arguments.url=memcached01:11211
cache.bugzilla.arguments.distributed_lock=True
cache.connectors.backend=dogpile.cache.memcached
cache.connectors.expiration_time=300
cache.connectors.arguments.url=memcached02:11211
cache.connectors.arguments.url=memcached01:11211
cache.connectors.arguments.distributed_lock=True
# For the cache worker daemon