mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
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
fb9379db3e
commit
86a2d1fecd
1 changed files with 0 additions and 2 deletions
|
|
@ -895,8 +895,6 @@ class OC {
|
|||
self::$loader->setMemoryCache($memcacheFactory->createLocal('Autoloader'));
|
||||
} catch (\Exception $ex) {
|
||||
}
|
||||
|
||||
self::$composerAutoloader->setApcuPrefix($instanceId . '-mainComposer');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue