From 40d185e92812c54b9ef84ffda997079e80335a2d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 19 Sep 2018 15:47:01 +0200 Subject: [PATCH] Revert "Use APCu caching of composer" This reverts commit 948ab8a4d06b3821ab94c11a3a04c820e60d6c8a. For details why see https://github.com/nextcloud/server/issues/11290 --- lib/base.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/base.php b/lib/base.php index 23b9adde86..762646fa4c 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'); } }