mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
memcache: Reduce compression threshold for page/rendercache.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user