Put a high max limit of 60,000 on Special:LinkSearch
authorBrian Wolff <bawolff+wn@gmail.com>
Fri, 15 Apr 2016 21:42:21 +0000 (17:42 -0400)
committerBrian Wolff <bawolff+wn@gmail.com>
Fri, 15 Apr 2016 21:42:21 +0000 (17:42 -0400)
commit7055f287a1aba6a88696f0831b9c0dd7b14794e3
treed933240c0c867e69eb9d1402a676cc1de696bf22
parent4695ca6dd2f77e0db01cd55b729268cb43376cc5
Put a high max limit of 60,000 on Special:LinkSearch

LinkSearch uses inefficient paging. Previously there was no
max limit, then it was 10,000, but people on enwiki are complaining,
so put it up to something high, like 60,000, to fix the immediate
issue.

Special page should of course be changed to use efficient paging.

Bug: T130058
Change-Id: I0c4b1ad0138571bcf286ca88bceebf86b9a095f6
includes/specials/SpecialLinkSearch.php