mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-06 22:23:10 -04:00
Add TTL to control feed freshness
https://github.com/marienfressinaud/FreshRSS/issues/250
This commit is contained in:
@@ -125,7 +125,7 @@ class FreshRSS_entry_Controller extends Minz_ActionController {
|
||||
$date_min = time() - (3600 * 24 * 30 * $nb_month_old);
|
||||
|
||||
$feedDAO = FreshRSS_Factory::createFeedDao();
|
||||
$feeds = $feedDAO->listFeedsOrderUpdate();
|
||||
$feeds = $feedDAO->listFeeds();
|
||||
$nbTotal = 0;
|
||||
|
||||
invalidateHttpCache();
|
||||
|
||||
Reference in New Issue
Block a user