From 1e07005bce27e974b5da9004220afa02345beed9 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 9 Apr 2015 11:39:15 -0700 Subject: [PATCH] Removed SpecialStatistics query group; vslow is enough Change-Id: I1841f5c64ebeeed7c3e54a11216add5c104ad69d --- includes/deferred/SiteStatsUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/deferred/SiteStatsUpdate.php b/includes/deferred/SiteStatsUpdate.php index 97a17c3911..3c7723810d 100644 --- a/includes/deferred/SiteStatsUpdate.php +++ b/includes/deferred/SiteStatsUpdate.php @@ -128,7 +128,7 @@ class SiteStatsUpdate implements DeferrableUpdate { */ public static function cacheUpdate( $dbw ) { global $wgActiveUserDays; - $dbr = wfGetDB( DB_SLAVE, array( 'SpecialStatistics', 'vslow' ) ); + $dbr = wfGetDB( DB_SLAVE, 'vslow' ); # Get non-bot users than did some recent action other than making accounts. # If account creation is included, the number gets inflated ~20+ fold on enwiki. $activeUsers = $dbr->selectField( -- 2.20.1