]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use distributed cache for SCSS dependencies as well 4798/head
authorMorris Jobke <hey@morrisjobke.de>
Wed, 10 May 2017 18:31:45 +0000 (13:31 -0500)
committerMorris Jobke <hey@morrisjobke.de>
Wed, 10 May 2017 18:31:45 +0000 (13:31 -0500)
* 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 <hey@morrisjobke.de>
lib/private/Server.php

index 07e449ee4a9d4ca6864f52c4f5e53293166e6b1b..9731bd294e85375f24cdcb6b622c83e77802d523 100644 (file)
@@ -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 () {