Make edit stashing use named DB locks
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 10 Dec 2015 21:56:11 +0000 (13:56 -0800)
committerKrinkle <krinklemail@gmail.com>
Tue, 15 Dec 2015 20:32:18 +0000 (20:32 +0000)
commit9c919dd2cfab267c81519426b567ada6f64377dc
tree00b218a5f9f4eaf2f221e1c33200b92c97801804
parent4e0762c70a97b8b8cfc54b934e518cddd6950e9a
Make edit stashing use named DB locks

These should be faster by avoiding the inefficient back-off
polling in BagOStuff::lock().

Change-Id: I013b2567716eea5e354e13f3e9640573886e596a
includes/api/ApiStashEdit.php