Skip to content

Commit d41660f

Browse files
committed
MCP-103: L2 cache local flushing issues
1 parent fa35718 commit d41660f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Cache/Backend/RemoteSynchronizedCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public function save($data, $id, $tags = [], $specificLifetime = false)
263263
*/
264264
private function checkIfLocalCacheSpaceExceeded()
265265
{
266-
return $this->getFillingPercentage() >= $this->_options['local_backend_max_size'];
266+
return $this->getFillingPercentage() >= 95;
267267
}
268268

269269
/**

0 commit comments

Comments
 (0)