mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Disable binary mode for permacache.
This commit is contained in:
committed by
Neil Williams
parent
d3ce419319
commit
9ed937a1eb
@@ -585,7 +585,6 @@ class Globals(object):
|
||||
if self.permacache_memcaches:
|
||||
permacache_memcaches = CMemcache(self.permacache_memcaches,
|
||||
min_compress_len=50 * 1024,
|
||||
binary=True,
|
||||
num_clients=num_mc_clients)
|
||||
else:
|
||||
permacache_memcaches = None
|
||||
|
||||
Reference in New Issue
Block a user