From 4e2f7855284ee28ba6b85c88169ca27710eb790f Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 27 Feb 2014 21:48:14 -0800 Subject: [PATCH] Removed refreshLinks2 comment bug: 58994 Change-Id: I28cd23478b00777125e5431db117e64b864c02ea --- includes/job/JobQueue.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/job/JobQueue.php b/includes/job/JobQueue.php index 52978b8aaf..a537861f43 100644 --- a/includes/job/JobQueue.php +++ b/includes/job/JobQueue.php @@ -434,10 +434,10 @@ abstract class JobQueue { * that are actually inserted into the queue. For example, "refreshLinks" jobs are * spawned when a template is edited. One can think of the task as "update links * of pages that use template X" and an instance of that task as a "root job". - * However, what actually goes into the queue are potentially many refreshLinks2 jobs. - * Since these jobs include things like page ID ranges and DB master positions, and morph - * into smaller refreshLinks2 jobs recursively, simple duplicate detection (like job_sha1) - * for individual jobs being identical is not useful. + * However, what actually goes into the queue are range and leaf job subtypes. + * Since these jobs include things like page ID ranges and DB master positions, + * and can morph into smaller jobs recursively, simple duplicate detection + * for individual jobs being identical (like that of job_sha1) is not useful. * * In the case of "refreshLinks", if these jobs are still in the queue when the template * is edited again, we want all of these old refreshLinks jobs for that template to become -- 2.20.1