Project

General

Profile

Bug #57136 » slow-down-flush.diff

Helmut Hummel, 2014-03-21 12:58

View differences:

typo3/sysext/core/Classes/Cache/CacheManager.php
foreach ($this->cacheGroups[$groupIdentifier] as $cacheIdentifier) {
if (isset($this->caches[$cacheIdentifier])) {
$this->caches[$cacheIdentifier]->flush();
sleep(3);
}
}
}
(2-2/2)