Apply live hack from Wikimedia code base: bump load balancer polling scaleback factor...
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 29 Jan 2008 01:23:37 +0000 (01:23 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 29 Jan 2008 01:23:37 +0000 (01:23 +0000)
includes/LoadBalancer.php

index 34f83d0..185c6d3 100644 (file)
@@ -20,7 +20,7 @@ class LoadBalancer {
         * Scale polling time so that under overload conditions, the database server
         * receives a SHOW STATUS query at an average interval of this many microseconds
         */
-       const AVG_STATUS_POLL = 2000;
+       const AVG_STATUS_POLL = 30000;
 
        function __construct( $servers, $failFunction = false, $waitTimeout = 10, $waitForMasterNow = false )
        {