Made $wgMaxBacklinksInvalidate actually work.
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 12 Apr 2013 17:47:31 +0000 (10:47 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 12 Apr 2013 17:48:10 +0000 (10:48 -0700)
commit135ae433d2a61e47c1d8df8cb0b295525303f0fa
treef1c6a8a5882c08e89ec7ab8f848a4c6af200ec3c
parent3a26db55ab4ba908b76cd9982794d1eeafb4afa0
Made $wgMaxBacklinksInvalidate actually work.

* The check never worked before due to the 200 limit passed to getNumLinks().

Change-Id: I009c757c6437f22544a8d7d09d3534950c32c887
includes/cache/HTMLCacheUpdate.php
includes/job/jobs/HTMLCacheUpdateJob.php