getting rid ws
This commit is contained in:
@@ -232,10 +232,8 @@ class Controller(object):
|
|||||||
"""
|
"""
|
||||||
partition, nodes = self.app.container_ring.get_nodes(
|
partition, nodes = self.app.container_ring.get_nodes(
|
||||||
account, container)
|
account, container)
|
||||||
|
|
||||||
path = '/%s/%s' % (account, container)
|
path = '/%s/%s' % (account, container)
|
||||||
cache_key = get_container_memcache_key(account, container)
|
cache_key = get_container_memcache_key(account, container)
|
||||||
|
|
||||||
# Older memcache values (should be treated as if they aren't there):
|
# Older memcache values (should be treated as if they aren't there):
|
||||||
# 0 = no responses, 200 = found, 404 = not found, -1 = mixed responses
|
# 0 = no responses, 200 = found, 404 = not found, -1 = mixed responses
|
||||||
# Newer memcache values:
|
# Newer memcache values:
|
||||||
|
|||||||
Reference in New Issue
Block a user