mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Disable memcached binary protocol
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
7d5cd98c17
commit
2067f7f411
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class Memcached extends Cache implements IMemcache {
|
|||
\Memcached::OPT_LIBKETAMA_COMPATIBLE => true,
|
||||
|
||||
// Enable Binary Protocol
|
||||
\Memcached::OPT_BINARY_PROTOCOL => true,
|
||||
//\Memcached::OPT_BINARY_PROTOCOL => true,
|
||||
];
|
||||
// by default enable igbinary serializer if available
|
||||
if (\Memcached::HAVE_IGBINARY) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue