mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-14 17:38:04 -05:00
Switch srmember memcache pool from binary to ascii protocol.
This commit is contained in:
@@ -668,7 +668,6 @@ class Globals(object):
|
||||
self.srmembercaches,
|
||||
min_compress_len=96,
|
||||
num_clients=num_mc_clients,
|
||||
binary=True,
|
||||
validators=[validate_size_error],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user