memcache: Reduce compression threshold for permacache.

This commit is contained in:
Neil Williams
2013-05-02 14:58:19 -07:00
parent b623c052f1
commit 92cbd69367

View File

@@ -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