1
0
Fork 0
mirror of synced 2024-07-19 05:16:15 +12:00

minor fix

This commit is contained in:
shimon 2023-05-30 18:46:36 +03:00
parent 8ce6d38922
commit 9ac4a2bfd5

View file

@ -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();