Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Decrease minimum size for compression for permacache memcaches.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsimpson63 committed Mar 11, 2015
1 parent ddfe648 commit f16fa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/r2/lib/app_globals.py
Expand Up @@ -619,7 +619,7 @@ def setup(self):
# 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
Expand Down

0 comments on commit f16fa97

Please sign in to comment.