X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fjobqueue%2FJobQueueGroup.php;h=dbb85d7327652bddd4c07b9a27fac73bdd16df2c;hb=4d78d40d821227a9368e87306f447ffd3be5db88;hp=b0b35e9818c19eb6cf4dcdc642cb655f45b1a3f5;hpb=e9c41b239cf67cc258f071586ed201d0bd9ee462;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/jobqueue/JobQueueGroup.php b/includes/jobqueue/JobQueueGroup.php index b0b35e9818..dbb85d7327 100644 --- a/includes/jobqueue/JobQueueGroup.php +++ b/includes/jobqueue/JobQueueGroup.php @@ -220,12 +220,10 @@ class JobQueueGroup { public function waitForBackups() { global $wgJobTypeConf; - wfProfileIn( __METHOD__ ); // Try to avoid doing this more than once per queue storage medium foreach ( $wgJobTypeConf as $type => $conf ) { $this->get( $type )->waitForBackups(); } - wfProfileOut( __METHOD__ ); } /**