mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Enable binary protocol again
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
parent
de82d4f67c
commit
3f97bcdc75
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