mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
memcached: Switch validation behavior for permacache to warn
This commit is contained in:
committed by
Brian Simpson
parent
9d7d9316a0
commit
a795f8022f
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user