aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/archives/upgradeLogging.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/upgradeLogging.php')
-rw-r--r--maintenance/archives/upgradeLogging.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/upgradeLogging.php b/maintenance/archives/upgradeLogging.php
index d920639577fe..1765bd9f107c 100644
--- a/maintenance/archives/upgradeLogging.php
+++ b/maintenance/archives/upgradeLogging.php
@@ -164,7 +164,7 @@ EOT;
$this->dbw->insert( $dstTable, $batch, __METHOD__ );
$numRowsCopied += count( $batch );
- wfWaitForSlaves( 5 );
+ wfWaitForSlaves();
}
echo "Copied $numRowsCopied rows\n";
}