diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2018-09-19 19:39:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-19 19:39:00 +0200 |
commit | 30dbbfbd454ca2e70956a67379872e2cea1a4b71 (patch) | |
tree | 20eb62496154df94ff3fab559465308868d5cab8 /lib | |
parent | b026b5deb040631cf2c22b558cba5cbda3bfc5fb (diff) | |
parent | 40d185e92812c54b9ef84ffda997079e80335a2d (diff) | |
download | nextcloud-server-30dbbfbd454ca2e70956a67379872e2cea1a4b71.tar.gz nextcloud-server-30dbbfbd454ca2e70956a67379872e2cea1a4b71.zip |
Merge pull request #11292 from nextcloud/revert/9442/do-not-apcu-cache-the-autoloader
Revert "Use APCu caching of composer"
Diffstat (limited to 'lib')
-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'); } } |