Browse Source

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 years ago
parent
commit
40d185e928
No account linked to committer's email address
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      lib/base.php

+ 0
- 2
lib/base.php View File

self::$loader->setMemoryCache($memcacheFactory->createLocal('Autoloader')); self::$loader->setMemoryCache($memcacheFactory->createLocal('Autoloader'));
} catch (\Exception $ex) { } catch (\Exception $ex) {
} }

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



Loading…
Cancel
Save