mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Merge pull request #16698 from owncloud/use-proper-quoting
Properly quote memcache.locking
This commit is contained in:
commit
500748725c
@ -1043,7 +1043,7 @@ $CONFIG = array(
|
||||
* Memory caching backend for file locking
|
||||
* Because most memcache backends can clean values without warning using redis is recommended
|
||||
*/
|
||||
'memcache.locking' => '\OC\Memcache\Redis',
|
||||
'memcache.locking' => '\\OC\\Memcache\\Redis',
|
||||
|
||||
/**
|
||||
* This entry is just here to show a warning in case somebody copied the sample
|
||||
|
||||
Loading…
Reference in New Issue
Block a user