From 4b994c97ad878cc3886ffbea1a6a2bf6b4a98def Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 4 Apr 2013 13:12:07 +0200 Subject: autopurge all read items which are not starred if there are more than 1000 --- backgroundjob/task.php | 1 + 1 file changed, 1 insertion(+) (limited to 'backgroundjob') diff --git a/backgroundjob/task.php b/backgroundjob/task.php index 3e9aadfd4..363657e61 100644 --- a/backgroundjob/task.php +++ b/backgroundjob/task.php @@ -35,6 +35,7 @@ class Task { static public function run() { $container = new DIContainer(); $container['FeedBl']->updateAll(); + $container['FeedBl']->autoPurgeOld(); } -- cgit v1.2.3