Merge "Explicitly mark HTMLCacheUpdateJob jobs that are recursive for clarity"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 2 Mar 2015 21:16:21 +0000 (21:16 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 2 Mar 2015 21:16:21 +0000 (21:16 +0000)
includes/deferred/HTMLCacheUpdate.php

index 862ac27..79a10e6 100644 (file)
@@ -47,6 +47,7 @@ class HTMLCacheUpdate implements DeferrableUpdate {
                        $this->mTitle,
                        array(
                                'table' => $this->mTable,
+                               'recursive' => true
                        ) + Job::newRootJobParams( // "overall" refresh links job info
                                "htmlCacheUpdate:{$this->mTable}:{$this->mTitle->getPrefixedText()}"
                        )