Removed SpecialStatistics query group; vslow is enough
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 9 Apr 2015 18:39:15 +0000 (11:39 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 9 Apr 2015 18:39:15 +0000 (11:39 -0700)
Change-Id: I1841f5c64ebeeed7c3e54a11216add5c104ad69d

includes/deferred/SiteStatsUpdate.php

index 97a17c3..3c77238 100644 (file)
@@ -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(