Update ClearCardCache.php

This commit is contained in:
Matej Bačo 2023-05-02 13:35:53 +02:00
parent b9efa52a92
commit 56172ac196

View file

@ -42,8 +42,8 @@ class ClearCardCache extends Action
]));
$count = \count($caches);
Console::info("Going to delete {$count} cache records in 5 seconds...");
\sleep(5);
Console::info("Going to delete {$count} cache records in 10 seconds...");
\sleep(10);
foreach ($caches as $cache) {
$key = $cache->getId();