objectcache: make WANObjectCache::relayPurge() actually use $holdoff
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 21 Jul 2019 09:53:53 +0000 (02:53 -0700)
committerKrinkle <krinklemail@gmail.com>
Sat, 24 Aug 2019 22:41:39 +0000 (22:41 +0000)
commitbee2a209035169e1307106536338a413fb52f8fc
tree476c4101b7d188702701461a43c3e29d67a128f5
parent8b7015681edfde091d619cbbfcc4be6a91f3f6fc
objectcache: make WANObjectCache::relayPurge() actually use $holdoff

Fixes a regression introduced by 70547f3fa304 in 2016.

Change-Id: I5996b63c31ac3b382e838a6858b8585bdc8c585c
includes/libs/objectcache/wancache/WANObjectCache.php
tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php