From: Andrew Dolgov Date: Wed, 24 Apr 2013 09:43:40 +0000 (+0400) Subject: fix updating for pgsql X-Git-Tag: 1.7.9~25^2~102 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=fce451a4f796e8ccafc9aec692cb8821c085fc97 fix updating for pgsql increase default batch size remove random check between feedbrowser or update task executing --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index e9b9c714..ac00a940 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -1,7 +1,7 @@ 30) { - update_daemon_common(); - } else { - $count = update_feedbrowser_cache(); - _debug("Feedbrowser updated, $count feeds processed."); - - purge_orphans( true); + update_daemon_common(); - $rc = cleanup_tags( 14, 50000); + $count = update_feedbrowser_cache(); + _debug("Feedbrowser updated, $count feeds processed."); - _debug("Cleaned $rc cached tags."); + purge_orphans( true); - PluginHost::getInstance()->run_hooks(PluginHost::HOOK_UPDATE_TASK, "hook_update_task", $op); - } + $rc = cleanup_tags( 14, 50000); + _debug("Cleaned $rc cached tags."); + PluginHost::getInstance()->run_hooks(PluginHost::HOOK_UPDATE_TASK, "hook_update_task", $op); } if (isset($options["cleanup-tags"])) {