Limit active DB connections spawned in waitForAll() to one
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 19 Sep 2014 18:48:09 +0000 (11:48 -0700)
committerOri.livneh <ori@wikimedia.org>
Wed, 24 Sep 2014 22:40:30 +0000 (22:40 +0000)
commitcbdb81d1bc256caa87ac9e7fa857b8a800347905
tree8cf0c690320cf3d401cafac1c8d4364e90c0da97
parent103ff32fbc0315022f691f713ed03d28c4a5f0b2
Limit active DB connections spawned in waitForAll() to one

* If new connections are created, they will be closed before
  making the next ones now.

Change-Id: I289d81ec00d3e1e313624e2a4c28a67bfb317feb
includes/db/LoadBalancer.php