From d73c8d09818787afd3d046bdd888a0f432131f8a Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 10 May 2017 13:31:45 -0500 Subject: [PATCH] Use distributed cache for SCSS dependencies as well * followup to #3978 because with the proper setup of appdata we now are using the same data on all nodes Signed-off-by: Morris Jobke --- lib/private/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/Server.php b/lib/private/Server.php index 07e449ee4a..9731bd294e 100644 --- a/lib/private/Server.php +++ b/lib/private/Server.php @@ -884,7 +884,7 @@ class Server extends ServerContainer implements IServerContainer { $c->getConfig(), $c->getThemingDefaults(), \OC::$SERVERROOT, - $cacheFactory->createLocal('SCSS') + $cacheFactory->create('SCSS') ); }); $this->registerService(EventDispatcher::class, function () {