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:
Joas Schilling 2018-09-19 15:47:01 +02:00
parent cccd3fc077
commit 40d185e928
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
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');
}
}