mirror of
https://github.com/nextcloud/server.git
synced 2026-02-26 03:11:28 -05:00
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:
commit
30dbbfbd45
1 changed files with 0 additions and 2 deletions
|
|
@ -895,8 +895,6 @@ class OC {
|
|||
self::$loader->setMemoryCache($memcacheFactory->createLocal('Autoloader'));
|
||||
} catch (\Exception $ex) {
|
||||
}
|
||||
|
||||
self::$composerAutoloader->setApcuPrefix($instanceId . '-mainComposer');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue