Explorar el Código

Revert "Use APCu caching of composer"

This reverts commit 948ab8a4d0.

For details why see https://github.com/nextcloud/server/issues/11290
tags/v15.0.0beta1
Joas Schilling hace 5 años
padre
commit
40d185e928
No account linked to committer's email address
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      lib/base.php

+ 0
- 2
lib/base.php Ver fichero

@@ -895,8 +895,6 @@ class OC {
self::$loader->setMemoryCache($memcacheFactory->createLocal('Autoloader'));
} catch (\Exception $ex) {
}

self::$composerAutoloader->setApcuPrefix($instanceId . '-mainComposer');
}
}


Cargando…
Cancelar
Guardar