Make LinksUpdate job spec use "refreshLinksPrioritized"
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 22 Oct 2015 04:59:47 +0000 (21:59 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 22 Oct 2015 04:59:47 +0000 (21:59 -0700)
This was missing in 4fcc427c10 due to being lost in PS4

Change-Id: I24641e7eccc1e61226777504dcfd75e1aa7f58c6

includes/deferred/LinksUpdate.php

index b96fa46..5a7efca 100644 (file)
@@ -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