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 <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-05-10 13:31:45 -05:00
parent 74d742ba6d
commit d73c8d0981
1 changed files with 1 additions and 1 deletions

View 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 () {