From cd671c60b7b080a82c5ac4f52c972475e571c90f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 22 Dec 2013 22:19:27 -0500 Subject: [PATCH] Add autoflush() call to the cronjob --- cronjob.php | 1 + 1 file changed, 1 insertion(+) 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();