Merge r86398 into the old wfWaitForSlaves. Update core calls.
[lhc/web/wiklou.git] / maintenance / populateParentId.php
index 387f5a5..7cbc267 100644 (file)
@@ -98,7 +98,7 @@ class PopulateParentId extends Maintenance {
                        }
                        $blockStart += $this->mBatchSize;
                        $blockEnd += $this->mBatchSize;
-                       wfWaitForSlaves( 5 );
+                       wfWaitForSlaves();
                }
                $logged = $db->insert( 'updatelog',
                        array( 'ul_key' => 'populate rev_parent_id' ),