registration: Improve duplicate config setting exception
[lhc/web/wiklou.git] / maintenance / moveBatch.php
index 090c3d4..6d14f8a 100644 (file)
@@ -117,7 +117,6 @@ class MoveBatch extends Maintenance {
                        if ( $interval ) {
                                sleep( $interval );
                        }
-                       wfWaitForSlaves();
                }
        }
 }