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

Revert "Use APCu caching of composer"
pull/10183/head
blizzz 8 years ago committed by GitHub
commit 30dbbfbd45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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