Removed unused wgDBAvgStatusPoll var
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 7 Apr 2015 22:25:03 +0000 (15:25 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 7 Apr 2015 22:25:03 +0000 (15:25 -0700)
Change-Id: Ib1abf72add4d62bb41f1e2061caf9de0abd84e43

includes/DefaultSettings.php

index fa57b8f..dc16ae3 100644 (file)
@@ -1855,13 +1855,6 @@ $wgDBerrorLog = false;
  */
 $wgDBerrorLogTZ = false;
 
-/**
- * Scale load balancer polling time so that under overload conditions, the
- * database server receives a SHOW STATUS query at an average interval of this
- * many microseconds
- */
-$wgDBAvgStatusPoll = 2000;
-
 /**
  * Set to true to engage MySQL 4.1/5.0 charset-related features;
  * for now will just cause sending of 'SET NAMES=utf8' on connect.