Add autoflush() call to the cronjob
This commit is contained in:
parent
a742484796
commit
cd671c60b7
@ -26,4 +26,5 @@ if ($update_interval !== null && $call_interval !== null && $limit === Model\Fee
|
|||||||
}
|
}
|
||||||
|
|
||||||
Model\Feed\refresh_all($limit);
|
Model\Feed\refresh_all($limit);
|
||||||
|
Model\Item\autoflush();
|
||||||
Model\Config\write_debug();
|
Model\Config\write_debug();
|
||||||
|
Loading…
Reference in New Issue
Block a user