From: Aaron Schulz Date: Tue, 7 Apr 2015 22:25:03 +0000 (-0700) Subject: Removed unused wgDBAvgStatusPoll var X-Git-Tag: 1.31.0-rc.0~11785^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=53acdd6ba01d292500c4048eeb3c3f9ec6cd65c9;p=lhc%2Fweb%2Fwiklou.git Removed unused wgDBAvgStatusPoll var Change-Id: Ib1abf72add4d62bb41f1e2061caf9de0abd84e43 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index fa57b8f793..dc16ae3eaa 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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.