X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FupdateSpecialPages.php;h=5ea3828214ac5157036ed83ebdd63d1c7a0a5b0e;hb=de6568757b88f8f75718e026ada8492e3c50a3fa;hp=8b24b90cb86b698428beca8416d76b6a0fd95bb6;hpb=fc1ca75323b5f424a9f8d28d42d85a311ed2f721;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/updateSpecialPages.php b/maintenance/updateSpecialPages.php index 8b24b90cb8..5ea3828214 100644 --- a/maintenance/updateSpecialPages.php +++ b/maintenance/updateSpecialPages.php @@ -109,7 +109,7 @@ class UpdateSpecialPages extends Maintenance { } while ( !wfGetLB()->pingAll() ); $this->output( "Reconnected\n\n" ); } - # Wait for the slave to catch up + # Wait for the replica DB to catch up wfWaitForSlaves(); } else { $this->output( "cheap, skipped\n" ); @@ -153,7 +153,7 @@ class UpdateSpecialPages extends Maintenance { $this->output( $minutes . 'm ' ); } $this->output( sprintf( "%.2fs\n", $seconds ) ); - # Wait for the slave to catch up + # Wait for the replica DB to catch up wfWaitForSlaves(); } }