Make Special:MIMESearch expensive again
authorOri Livneh <ori@wikimedia.org>
Thu, 30 Jul 2015 22:54:18 +0000 (15:54 -0700)
committerOri.livneh <ori@wikimedia.org>
Thu, 30 Jul 2015 22:57:15 +0000 (22:57 +0000)
Anything slow enough to get reaped by query timeouts is expensive, right?
This reverts change I88826ae7bf.

Bug: T107265
Change-Id: Ic9ed00f164d8fa076bb53649f77a9e5ac1e33a6d

includes/specials/SpecialMIMEsearch.php

index 6c7133f..64d4982 100644 (file)
@@ -35,7 +35,7 @@ class MIMEsearchPage extends QueryPage {
        }
 
        function isExpensive() {
-               return false;
+               return true;
        }
 
        function isSyndicated() {