From fce451a4f796e8ccafc9aec692cb8821c085fc97 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 24 Apr 2013 13:43:40 +0400 Subject: [PATCH] fix updating for pgsql increase default batch size remove random check between feedbrowser or update task executing --- include/rssfuncs.php | 14 ++++++++------ update.php | 21 +++++++-------------- 2 files changed, 15 insertions(+), 20 deletions(-) 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"])) { -- 2.39.2