Skip to content
Snippets Groups Projects
Commit da391b89 authored by Andreas Fischer's avatar Andreas Fischer
Browse files

InstanceId is properly injected into factory. Remove comment.

parent 29a3f1e2
No related branches found
No related tags found
No related merge requests found
......@@ -478,8 +478,6 @@ class OC {
self::initPaths();
if (OC_Config::getValue('instanceid', false)) {
// \OC\Memcache\Cache has a hidden dependency on
// OC_Util::getInstanceId() for namespacing. See #5409.
try {
self::$loader->setMemoryCache(\OC\Memcache\Factory::createLowLatency('Autoloader'));
} catch (\Exception $ex) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment