Decrease minimum size for compression for permacache memcaches.

This commit is contained in:
Brian Simpson
2015-03-11 01:19:41 -04:00
parent ddfe648f16
commit f16fa97c3e

View File

@@ -619,7 +619,7 @@ class Globals(object):
# a row cache.
permacache_memcaches = CMemcache("perma",
self.permacache_memcaches,
min_compress_len=50 * 1024,
min_compress_len=1400,
num_clients=num_mc_clients)
# the stalecache is a memcached local to the current app server used