From: Aaron Schulz Date: Thu, 22 Oct 2015 04:59:47 +0000 (-0700) Subject: Make LinksUpdate job spec use "refreshLinksPrioritized" X-Git-Tag: 1.31.0-rc.0~9300 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=3339dec7c227bbafb74351d97ff883b6c729a3fa;p=lhc%2Fweb%2Fwiklou.git Make LinksUpdate job spec use "refreshLinksPrioritized" This was missing in 4fcc427c10 due to being lost in PS4 Change-Id: I24641e7eccc1e61226777504dcfd75e1aa7f58c6 --- diff --git a/includes/deferred/LinksUpdate.php b/includes/deferred/LinksUpdate.php index b96fa46d94..5a7efca152 100644 --- a/includes/deferred/LinksUpdate.php +++ b/includes/deferred/LinksUpdate.php @@ -992,7 +992,7 @@ class LinksUpdate extends SqlDataUpdate implements EnqueueableDataUpdate { return array( 'wiki' => $this->mDb->getWikiID(), 'job' => new JobSpecification( - 'refreshLinks', + 'refreshLinksPrioritized', array( 'prioritize' => true, // Reuse the parser cache if it was saved