Reduce excess lock contention and chance for failure on rename
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 17 Oct 2013 18:35:00 +0000 (11:35 -0700)
committerBryanDavis <bdavis@wikimedia.org>
Fri, 18 Oct 2013 20:16:21 +0000 (20:16 +0000)
commitbbadd9b3df186fa83f3183d163335b2ed7e79b66
tree7c0471ed4697885049b1650cfb4d9a2444610061
parent09b5ba138435eb166dca8f715cf22cf20578af0d
Reduce excess lock contention and chance for failure on rename

* DB locks and transactions were getting held up by sometimes slow purges (10+ seconds)

Change-Id: I0eead60e8faf5aee6b2ddf59cfdd928f9c8083ff
includes/filerepo/file/LocalFile.php