Rewrite importUseModWiki to subclass maintenance, general cleanup, etc. Also fixing...
[lhc/web/wiklou.git] / maintenance / moveBatch.php
index c749533..9b9f910 100644 (file)
@@ -101,7 +101,7 @@ class MoveBatch extends Maintenance {
                        if ( $interval ) {
                                sleep( $interval );
                        }
-                       wfWaitForSlaves( 5 );
+                       wfWaitForSlaves();
                }
        }
 }