X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FupdateSpecialPages.php;h=5ea3828214ac5157036ed83ebdd63d1c7a0a5b0e;hb=558b28003fc234f9c7ab3dfd83c8364f4e7260bc;hp=8b24b90cb86b698428beca8416d76b6a0fd95bb6;hpb=0e289eae349ce35d03af3e8fc10e9ad2e0119f26;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(); } }