mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Decrease minimum size for compression for permacache memcaches.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user