Made LinksUpdate::updateLinksTimestamp() use a more correct timestamp
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 30 Jan 2014 22:13:08 +0000 (14:13 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 30 Jan 2014 22:13:12 +0000 (14:13 -0800)
commit9bb646555385218aab006af3629a5483f8cbae1f
treef315c94a2f0caad0543a0beee72d81620e6a5b92
parent5daebffd285e4d0dea26c88b730940744eb0cc51
Made LinksUpdate::updateLinksTimestamp() use a more correct timestamp

* This can matter if page Y uses templates A and B, someone edits A,
  someone edits Y, someone edits B, an A-refreshLinks job on Y runs
  (using cache), then a B-refreshLinks job runs on Y. Previously,
  the later job could incorrectly no-op itself due to the high
  page_links_updated value on Y.

Change-Id: I984d2d1fc5aa075f3e3ead4921deaffbdc20e963
includes/deferred/LinksUpdate.php