mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Enable binary protocol again
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
parent
47934494f6
commit
f32c53e5a1
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue