Merged in a change which causes update.php to be gentler (tests slave-lag). Part of the many Wikia diffs: http://www.mediawiki.org/wiki/Wikia_code
This commit is contained in:
parent
0039d68a93
commit
a11a1edafa
1 changed files with 2 additions and 0 deletions
|
|
@ -88,6 +88,8 @@ class UpdateMediaWiki extends Maintenance {
|
|||
$wgTitle = Title::newFromText( "MediaWiki database updater" );
|
||||
|
||||
$this->output( "MediaWiki {$wgVersion} Updater\n\n" );
|
||||
|
||||
wfWaitForSlaves( 5 ); // let's not kill databases, shall we? ;) --tor
|
||||
|
||||
if ( !$this->hasOption( 'skip-compat-checks' ) ) {
|
||||
$this->compatChecks();
|
||||
|
|
|
|||
Loading…
Reference in a new issue