memcached: Switch validation behavior for permacache to warn

This commit is contained in:
Robert Ditthardt
2015-01-08 14:26:53 -08:00
committed by Brian Simpson
parent 9d7d9316a0
commit a795f8022f

View File

@@ -704,7 +704,7 @@ class Globals(object):
self.permacache_memcaches,
min_compress_len=1400,
num_clients=num_mc_clients,
validators=[validate_size_error],)
validators=[validate_size_warn],)
# the stalecache is a memcached local to the current app server used
# for data that's frequently fetched but doesn't need to be fresh.