Removed deprecated $wgMasterWaitTimeout; not used by LoadBalancer
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 20 Aug 2015 00:26:22 +0000 (17:26 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 27 Aug 2015 00:00:27 +0000 (02:00 +0200)
Change-Id: I2edd22ac1e414371b7c63f48e271abd033027b48

RELEASE-NOTES-1.26
includes/DefaultSettings.php

index 2774a27..fd21c4c 100644 (file)
@@ -25,6 +25,7 @@ production.
 * $wgResourceLoaderExperimentalAsyncLoading was deprecated and removed.
   This experimental feature was never enabled by default and is obsolete as of
   MediaWiki 1.26, in where ResourceLoader became fully asynchronous.
+* $wgMasterWaitTimeout was removed (deprecated in 1.24).
 
 === New features in 1.26 ===
 * (T51506) Now action=info gives estimates of actual watchers for a page.
index f1e8f44..de356ad 100644 (file)
@@ -1860,12 +1860,6 @@ $wgDBservers = false;
  */
 $wgLBFactoryConf = array( 'class' => 'LBFactorySimple' );
 
-/**
- * How long to wait for a slave to catch up to the master
- * @deprecated since 1.24
- */
-$wgMasterWaitTimeout = 10;
-
 /**
  * File to log database errors to
  */