Turn off duplicate key gets for ReplicatedBagOStuff
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 5 Sep 2016 21:23:41 +0000 (14:23 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 5 Sep 2016 21:23:41 +0000 (14:23 -0700)
commit45adeddf1bf4c47e6ea396d9684348cfd8215d08
tree47425a15ed121bc2e6d181a87049d4400646818a
parent2bbf1be438150660de135687dc7a59d57caf39e5
Turn off duplicate key gets for ReplicatedBagOStuff

This is used as the main stash by default, which is not a
performance cache but a stash for ephemeral values typically.

Change-Id: Ie3740c0387f36a3f9b2d8d7d3b4e04ee9238ab1a
includes/DefaultSettings.php
includes/libs/objectcache/ReplicatedBagOStuff.php