mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-04 03:17:48 -05:00
Add TTL to control feed freshness
https://github.com/marienfressinaud/FreshRSS/issues/250
This commit is contained in:
@@ -8,7 +8,7 @@ class FreshRSS_javascript_Controller extends Minz_ActionController {
|
||||
public function actualizeAction () {
|
||||
header('Content-Type: text/javascript; charset=UTF-8');
|
||||
$feedDAO = FreshRSS_Factory::createFeedDao();
|
||||
$this->view->feeds = $feedDAO->listFeedsOrderUpdate();
|
||||
$this->view->feeds = $feedDAO->listFeedsOrderUpdate($this->view->conf->ttl_default);
|
||||
}
|
||||
|
||||
public function nbUnreadsPerFeedAction() {
|
||||
|
||||
Reference in New Issue
Block a user