From 4a16e9cdfe0956f75db49fbcec7e1b70db6f4757 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 20 Sep 2008 09:02:35 +0000 Subject: [PATCH] Revert r40909, still too slow for comfort --- includes/specials/SpecialShortpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialShortpages.php b/includes/specials/SpecialShortpages.php index b304870c1e..2e7d24a5a0 100644 --- a/includes/specials/SpecialShortpages.php +++ b/includes/specials/SpecialShortpages.php @@ -19,7 +19,7 @@ class ShortPagesPage extends QueryPage { * This query is indexed as of 1.5 */ function isExpensive() { - return false; + return true; } function isSyndicated() { -- 2.20.1