Switch rel memcache pool from binary to ascii protocol.

This commit is contained in:
Brian Simpson
2015-07-31 23:23:46 -04:00
parent 09121a3cb8
commit 1d8909b82c

View File

@@ -677,7 +677,6 @@ class Globals(object):
self.relcaches,
min_compress_len=96,
num_clients=num_mc_clients,
binary=True,
validators=[validate_size_error],
)