diff --git a/cronjob.php b/cronjob.php index 86bed17..5620b8c 100644 --- a/cronjob.php +++ b/cronjob.php @@ -26,4 +26,5 @@ if ($update_interval !== null && $call_interval !== null && $limit === Model\Fee } Model\Feed\refresh_all($limit); +Model\Item\autoflush(); Model\Config\write_debug();