Merged r56967 from wmf-deployment: for performance, don't consider pages with very...
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 3 Dec 2009 05:38:32 +0000 (05:38 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 3 Dec 2009 05:38:32 +0000 (05:38 +0000)
commit37ae1ca3f97ea2eab528a04084658ee729de7a45
treee5f45c23e9d19a685c81c954e697342f2a3e1354
parent7a42a4da7e900879c5fc662c244d8f6a37f12134
Merged r56967 from wmf-deployment: for performance, don't consider pages with very few links for Special:Mostlinked.

Implemented a page count threshold as Domas suggested in his commit message. A fractional power seems to make sense for scaling from page count to links-per-page, since it has the right kind of limits, so I used a square root bounded between 1 and 100.
includes/specials/SpecialMostlinked.php