Bug #57136 » slow-down-flush.diff
typo3/sysext/core/Classes/Cache/CacheManager.php | ||
---|---|---|
foreach ($this->cacheGroups[$groupIdentifier] as $cacheIdentifier) {
|
||
if (isset($this->caches[$cacheIdentifier])) {
|
||
$this->caches[$cacheIdentifier]->flush();
|
||
sleep(3);
|
||
}
|
||
}
|
||
}
|
- « Previous
- 1
- 2
- Next »