memcache: Reduce compression threshold for page/rendercache.

This commit is contained in:
Neil Williams
2013-05-02 14:56:58 -07:00
parent 8367895b13
commit b623c052f1

View File

@@ -457,6 +457,7 @@ class Globals(object):
noreply=True,
no_block=True,
num_clients=num_mc_clients,
min_compress_len=1400,
)
# pagecaches hold fully rendered pages
@@ -465,6 +466,7 @@ class Globals(object):
noreply=True,
no_block=True,
num_clients=num_mc_clients,
min_compress_len=1400,
)
self.startup_timer.intermediate("memcache")