Don't queue refreshLinks jobs on null edit
authorTim Starling <tstarling@wikimedia.org>
Fri, 5 Jul 2013 04:49:02 +0000 (14:49 +1000)
committerTim Starling <tstarling@wikimedia.org>
Mon, 8 Jul 2013 05:04:38 +0000 (15:04 +1000)
commit48828f5c14d2379ba7aff82d0e3b03725471d572
tree6e1601937364fd3d744c5653935ab83a1ca3345a
parente3e03f53ce8b8317ded937860aadd8a991daaa5d
Don't queue refreshLinks jobs on null edit

Bug 50785: don't queue refreshLinks jobs on null edit or API
action=purge forcelinkupdate=1, since these actions are commonly
performed in order to clear the cache of a single page, and queueing
millions of jobs is not the response the user usually expects.

Change-Id: I2dbb5d21fa6b876adefd6bcfc93a83c5904d8d13
includes/WikiPage.php
includes/api/ApiPurge.php