Pushed updateCategoryCounts() to transaction end to reduce contention.
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 11 Apr 2013 21:02:12 +0000 (14:02 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 16 Apr 2013 05:35:39 +0000 (22:35 -0700)
commitc3e39d2b6d5f6895389bd9acb38c4dfa6b243890
tree12a11c749d2fc370cda9021124986ab1ec4a72fb
parent75b16dfb5f6be93c9729dd0b8c1e5d4639880503
Pushed updateCategoryCounts() to transaction end to reduce contention.

* This can really be a problem if locks are held during file related operations.

Change-Id: I00107ffc9951915d3af6002b258b3dae2de5fa92
includes/WikiPage.php