From: Kevin Israel Date: Tue, 3 Mar 2015 21:14:13 +0000 (-0500) Subject: update.php: Remove max seconds of lag from wfWaitForSlaves() call X-Git-Tag: 1.31.0-rc.0~11482^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=8f70ae8a94043abb7780ca4314435af87af05eb6;p=lhc%2Fweb%2Fwiklou.git update.php: Remove max seconds of lag from wfWaitForSlaves() call Follows-up r97526 (a11a1edafa4d). Change-Id: Ie208810f2531924f37fb1b21fe2b9637f0476782 --- diff --git a/maintenance/update.php b/maintenance/update.php index 182a2c4660..9381e7f911 100755 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -126,7 +126,7 @@ class UpdateMediaWiki extends Maintenance { $this->output( "MediaWiki {$wgVersion} Updater\n\n" ); - wfWaitForSlaves( 5 ); // let's not kill databases, shall we? ;) --tor + wfWaitForSlaves(); if ( !$this->hasOption( 'skip-compat-checks' ) ) { $this->compatChecks();