mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -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
cccd3fc077
commit
40d185e928
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