mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
memcache: Reduce compression threshold for permacache.
This commit is contained in:
@@ -439,6 +439,7 @@ class Globals(object):
|
||||
# a row cache.
|
||||
if self.permacache_memcaches:
|
||||
permacache_memcaches = CMemcache(self.permacache_memcaches,
|
||||
min_compress_len=50 * 1024,
|
||||
num_clients=num_mc_clients)
|
||||
else:
|
||||
permacache_memcaches = None
|
||||
|
||||
Reference in New Issue
Block a user