Reduce Title::invalidateCache contention a bit
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 27 May 2014 18:21:07 +0000 (11:21 -0700)
committerSpringle <springle@wikimedia.org>
Wed, 28 May 2014 02:34:57 +0000 (02:34 +0000)
commitfc30f03dd3c8bb2d1278b59cf27213c6af64bed0
tree6b738f5a6d58069e51da0fc589e0e62da1f98412
parentdd8dfe80152c21b170c83a131d537d384073c79e
Reduce Title::invalidateCache contention a bit

* Lots of deadlocks seems to happen on page deletion,
  where the ID is likely 0 (this also has the worst locks)

bug: 37519
Change-Id: I028783a998946615b93e1425c6f69e00afd7b1bb
includes/Title.php