Removed deprecated $wgMasterWaitTimeout; not used by LoadBalancer
[lhc/web/wiklou.git] / includes / DefaultSettings.php
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
  */