More SquidUpdate cleanups
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 19 Oct 2015 16:42:06 +0000 (09:42 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 19 Oct 2015 16:50:14 +0000 (16:50 +0000)
commit733500556032a12c2e30730d850eb879f3a486d2
tree714608640acda28b059efe6e8cd47c8dfa7a2804
parente4d382142c12c749a36c17431dd987d91aa8c5ff
More SquidUpdate cleanups

* Remove $wgMaxSquidPurgeTitles; silently discarding URLs is
  the wrong way to limit things. The purge methods already batch,
  which HTCP pushing one at a time. Jobs already batch and have
  $wgJobBackoffThrottling. If code does purge 500 URLs at once
  with no limiting (flooding UDP), then it is already broken.
* Make the HTCP method protected.
* Rename $urlArr field.

Change-Id: I17cced187fe7e93f5a5188022f12202a7746bdb7
RELEASE-NOTES-1.27
includes/DefaultSettings.php
includes/deferred/SquidUpdate.php