summaryrefslogtreecommitdiff
path: root/includes/job/RefreshLinksJob.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/job/RefreshLinksJob.php')
-rw-r--r--includes/job/RefreshLinksJob.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/job/RefreshLinksJob.php b/includes/job/RefreshLinksJob.php
index cc91fa81..910f0c58 100644
--- a/includes/job/RefreshLinksJob.php
+++ b/includes/job/RefreshLinksJob.php
@@ -119,7 +119,7 @@ class RefreshLinksJob2 extends Job {
$update = new LinksUpdate( $title, $parserOutput, false );
$update->doUpdate();
wfProfileOut( __METHOD__.'-update' );
- wfWaitForSlaves( 5 );
+ wfWaitForSlaves();
}
wfProfileOut( __METHOD__ );