Do not bother with WAN cache set options for immutable text blob keys
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 6 Mar 2019 22:19:41 +0000 (14:19 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 6 Mar 2019 22:33:04 +0000 (22:33 +0000)
commit52400140448b98b22b1429c9c141d982483f1c9a
treeff296910ee463cf992ec1e1ebb5bd4e2f51cf1ba
parentc2cedf71ee1464f8b4c974906cbca4c8cd80a4e6
Do not bother with WAN cache set options for immutable text blob keys

Doing so can only result in occasional needless set() call rejections
or automatically lowered TTLs.

Change-Id: I2f007ba88e8f9c9f1ac3cd3d2daf3cd2289e315a
includes/Storage/SqlBlobStore.php