mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 21:34:35 -04:00
SQL: Update cached values after an optimization
https://github.com/marienfressinaud/FreshRSS/issues/452
This commit is contained in:
@@ -100,6 +100,9 @@ class FreshRSS_entry_Controller extends Minz_ActionController {
|
||||
$entryDAO = new FreshRSS_EntryDAO();
|
||||
$entryDAO->optimizeTable();
|
||||
|
||||
$feedDAO = new FreshRSS_FeedDAO();
|
||||
$feedDAO->updateCachedValues();
|
||||
|
||||
invalidateHttpCache();
|
||||
|
||||
$notif = array (
|
||||
|
||||
Reference in New Issue
Block a user