From 217aba3a15e83dded18c189b1d41b1375f42b74f Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 15 Apr 2015 20:01:21 -0700 Subject: [PATCH] Use vslow in tagUsageStatistics Change-Id: If3e76b1ba560eac6e4073f12c9dfa5becb75b6e0 --- includes/ChangeTags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ChangeTags.php b/includes/ChangeTags.php index e2ef75eed3..43f957ce44 100644 --- a/includes/ChangeTags.php +++ b/includes/ChangeTags.php @@ -1197,7 +1197,7 @@ class ChangeTags { $out = array(); - $dbr = wfGetDB( DB_SLAVE ); + $dbr = wfGetDB( DB_SLAVE, 'vslow' ); $res = $dbr->select( 'change_tag', array( 'ct_tag', 'hitcount' => 'count(*)' ), -- 2.20.1