r89329 followup: roa-rup -> rup in addwiki.php's initial main page text.
[lhc/web/wiklou.git] / maintenance / updateSpecialPages.php
index 46d0fcc..dff201c 100644 (file)
@@ -58,7 +58,7 @@ class UpdateSpecialPages extends Maintenance {
                        }
                        $this->output( sprintf( "completed in %.2fs\n", $seconds ) );
                        # Wait for the slave to catch up
-                       wfWaitForSlaves( 5 );
+                       wfWaitForSlaves();
                }
 
                // This is needed to initialise $wgQueryPages
@@ -130,7 +130,7 @@ class UpdateSpecialPages extends Maintenance {
                                                $dbw->commit();
                                        }
                                        # Wait for the slave to catch up
-                                       wfWaitForSlaves( 5 );
+                                       wfWaitForSlaves();
                                } else {
                                        $this->output( "cheap, skipped\n" );
                                }