From d2d73f1ce8733623a780db62427c61ff007b33cb Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 15 Dec 2017 11:31:13 +0100 Subject: Also replace all other occurences Signed-off-by: Morris Jobke --- lib/private/Files/ObjectStore/Swift.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/Files/ObjectStore/Swift.php') diff --git a/lib/private/Files/ObjectStore/Swift.php b/lib/private/Files/ObjectStore/Swift.php index ecfbe136e4c..629fb3ba7ff 100644 --- a/lib/private/Files/ObjectStore/Swift.php +++ b/lib/private/Files/ObjectStore/Swift.php @@ -82,7 +82,7 @@ class Swift implements IObjectStore { } $cacheFactory = \OC::$server->getMemCacheFactory(); - $this->memcache = $cacheFactory->create('swift::' . $cacheKey); + $this->memcache = $cacheFactory->createDistributed('swift::' . $cacheKey); $this->params = $params; } -- cgit v1.2.3