mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
minor fix
This commit is contained in:
parent
8ce6d38922
commit
9ac4a2bfd5
1 changed files with 2 additions and 0 deletions
|
|
@ -252,7 +252,9 @@ class CalcTierStats extends Action
|
|||
$offset = $offset + $limit;
|
||||
$count = $count + $sum;
|
||||
}
|
||||
|
||||
Console::log('Iterated through ' . $count - 1 . '/' . $totalProjects . ' projects...');
|
||||
|
||||
$pools
|
||||
->get('console')
|
||||
->reclaim();
|
||||
|
|
|
|||
Loading…
Reference in a new issue