diff options
author | Joas Schilling <coding@schilljs.com> | 2018-09-19 15:47:01 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-09-19 15:47:01 +0200 |
commit | 40d185e92812c54b9ef84ffda997079e80335a2d (patch) | |
tree | 4a7e5295c391aca675b9f86563ba0b6f7512496d | |
parent | cccd3fc077626c64166abe9fefd719c53dd3e935 (diff) | |
download | nextcloud-server-40d185e92812c54b9ef84ffda997079e80335a2d.tar.gz nextcloud-server-40d185e92812c54b9ef84ffda997079e80335a2d.zip |
Revert "Use APCu caching of composer"
This reverts commit 948ab8a4d06b3821ab94c11a3a04c820e60d6c8a.
For details why see https://github.com/nextcloud/server/issues/11290
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php index 23b9adde86a..762646fa4c1 100644 --- a/lib/base.php +++ b/lib/base.php @@ -895,8 +895,6 @@ class OC { self::$loader->setMemoryCache($memcacheFactory->createLocal('Autoloader')); } catch (\Exception $ex) { } - - self::$composerAutoloader->setApcuPrefix($instanceId . '-mainComposer'); } } |