Add autoflush() call to the cronjob

This commit is contained in:
Frédéric Guillot 2013-12-22 22:19:27 -05:00
parent a742484796
commit cd671c60b7
1 changed files with 1 additions and 0 deletions

View File

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