mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #54478 from nextcloud/backport/54035/stable31
This commit is contained in:
commit
f0a9ca2bd8
1 changed files with 2 additions and 2 deletions
|
|
@ -1579,7 +1579,7 @@ $CONFIG = [
|
|||
*
|
||||
* Defaults to ``none``
|
||||
*/
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
'memcache.local' => '\\OC\\Memcache\\APCu',
|
||||
|
||||
/**
|
||||
* Memory caching backend for distributed data
|
||||
|
|
@ -1589,7 +1589,7 @@ $CONFIG = [
|
|||
*
|
||||
* Defaults to ``none``
|
||||
*/
|
||||
'memcache.distributed' => '\OC\Memcache\Memcached',
|
||||
'memcache.distributed' => '\\OC\\Memcache\\Memcached',
|
||||
|
||||
/**
|
||||
* Connection details for redis to use for memory caching in a single server configuration.
|
||||
|
|
|
|||
Loading…
Reference in a new issue