Revert r40909, still too slow for comfort
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 20 Sep 2008 09:02:35 +0000 (09:02 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 20 Sep 2008 09:02:35 +0000 (09:02 +0000)
includes/specials/SpecialShortpages.php

index b304870..2e7d24a 100644 (file)
@@ -19,7 +19,7 @@ class ShortPagesPage extends QueryPage {
         * This query is indexed as of 1.5
         */
        function isExpensive() {
-               return false;
+               return true;
        }
 
        function isSyndicated() {