mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
Merge "updatePerUserBlacklist wfWaitForSlaves()"
This commit is contained in:
commit
4d483f0e9c
|
@ -79,7 +79,7 @@ class EchoUpdatePerUserBlacklist extends LoggedUpdateMaintenance {
|
|||
]
|
||||
);
|
||||
$processed += $dbw->affectedRows();
|
||||
$dbFactory->waitForSlaves();
|
||||
wfWaitForSlaves();
|
||||
}
|
||||
|
||||
$this->output( "Updated $processed Users\n" );
|
||||
|
|
Loading…
Reference in a new issue