Revert "Use APCu caching of composer"

This reverts commit 948ab8a4d0.

For details why see https://github.com/nextcloud/server/issues/11290
pull/11292/head
Joas Schilling 7 years ago
parent cccd3fc077
commit 40d185e928
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 2
      lib/base.php

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

Loading…
Cancel
Save