Merge pull request #11292 from nextcloud/revert/9442/do-not-apcu-cache-the-autoloader

Revert "Use APCu caching of composer"
This commit is contained in:
blizzz 2018-09-19 19:39:00 +02:00 committed by GitHub
commit 30dbbfbd45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -895,8 +895,6 @@ class OC {
self::$loader->setMemoryCache($memcacheFactory->createLocal('Autoloader'));
} catch (\Exception $ex) {
}
self::$composerAutoloader->setApcuPrefix($instanceId . '-mainComposer');
}
}