mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-19 05:44:39 -04:00
API: SQL optimisation
https://github.com/marienfressinaud/FreshRSS/issues/13
This commit is contained in:
@@ -137,11 +137,13 @@ class FreshRSS_entry_Controller extends Minz_ActionController {
|
||||
if ($nb > 0) {
|
||||
$nbTotal += $nb;
|
||||
Minz_Log::record($nb . ' old entries cleaned in feed [' . $feed->url() . ']', Minz_Log::DEBUG);
|
||||
$feedDAO->updateLastUpdate($feed->id());
|
||||
//$feedDAO->updateLastUpdate($feed->id());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$feedDAO->updateCachedValues();
|
||||
|
||||
invalidateHttpCache();
|
||||
|
||||
$notif = array(
|
||||
|
||||
Reference in New Issue
Block a user