X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FupdateCollation.php;h=d88d5e968e56bdfbbc6bdaf62106e5ca52528585;hb=e9602b246640c4878036e1d27b7f71704ec4bf53;hp=54ae1301f103df62051329490b3f856083272eb5;hpb=75747c0fcc84136ae86568d3edaf85e0b66ecc29;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/updateCollation.php b/maintenance/updateCollation.php index 54ae1301f1..d88d5e968e 100644 --- a/maintenance/updateCollation.php +++ b/maintenance/updateCollation.php @@ -232,12 +232,6 @@ TEXT } else { $this->output( "$count done.\n" ); } - - if ( !$dryRun && ++$batchCount % self::SYNC_INTERVAL == 0 ) { - $this->output( "Waiting for replica DBs ... " ); - wfWaitForSlaves(); - $this->output( "done\n" ); - } } while ( $res->numRows() == self::BATCH_SIZE ); if ( !$dryRun ) {