mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Update ClearCardCache.php
This commit is contained in:
parent
b9efa52a92
commit
56172ac196
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue