mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 16:44:11 +03:00
Purge cache on cron
This commit is contained in:
parent
ba103d5636
commit
022fe7d6f4
@ -49,6 +49,9 @@ class CronController extends AbstractController
|
||||
|
||||
set_time_limit(0);
|
||||
|
||||
// Remove stale cached items
|
||||
$this->getCache()->purge();
|
||||
|
||||
// Run cron jobs of the core
|
||||
calculate_thread_statistics();
|
||||
calculate_operator_statistics();
|
||||
|
Loading…
Reference in New Issue
Block a user