Remove wfWaitForSlaves when using Maintenance::commitTransaction
[lhc/web/wiklou.git] / maintenance / migrateActors.php
index 1657f14..5b144fc 100644 (file)
@@ -386,7 +386,6 @@ class MigrateActors extends LoggedUpdateMaintenance {
                        list( $n, $display ) = $this->makeNextCond( $dbw, [ $primaryKey ], $lastRow );
                        $next = [ $n ];
                        $this->output( "... $display\n" );
-                       wfWaitForSlaves();
                }
 
                $this->output(