mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #54477 from nextcloud/backport/54035/stable30
This commit is contained in:
commit
30e30c623a
1 changed files with 2 additions and 2 deletions
|
|
@ -1531,7 +1531,7 @@ $CONFIG = [
|
|||
*
|
||||
* Defaults to ``none``
|
||||
*/
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
'memcache.local' => '\\OC\\Memcache\\APCu',
|
||||
|
||||
/**
|
||||
* Memory caching backend for distributed data
|
||||
|
|
@ -1541,7 +1541,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