Revert "Use APCu caching of composer"
This reverts commit 948ab8a4d0
.
For details why see https://github.com/nextcloud/server/issues/11290
This commit is contained in:
parent
cccd3fc077
commit
40d185e928
|
@ -895,8 +895,6 @@ class OC {
|
|||
self::$loader->setMemoryCache($memcacheFactory->createLocal('Autoloader'));
|
||||
} catch (\Exception $ex) {
|
||||
}
|
||||
|
||||
self::$composerAutoloader->setApcuPrefix($instanceId . '-mainComposer');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue