浏览代码

Revert "Use APCu caching of composer"

This reverts commit 948ab8a4d0.

For details why see https://github.com/nextcloud/server/issues/11290
tags/v15.0.0beta1
Joas Schilling 5 年前
父节点
当前提交
40d185e928
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      lib/base.php

+ 0
- 2
lib/base.php 查看文件

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

self::$composerAutoloader->setApcuPrefix($instanceId . '-mainComposer');
}
}


正在加载...
取消
保存