Loading src/Plugin/Purge/Purger/PurgersService.php +1 −1 Original line number Diff line number Diff line Loading @@ -406,7 +406,7 @@ class PurgersService extends ServiceBase implements PurgersServiceInterface { // Wait configured cooldown time before other purgers kick in. if (count($groups)) { $capacity_tracker->waitCooldownTime($id); $this->capacityTracker()->waitCooldownTime($id); } } Loading Loading
src/Plugin/Purge/Purger/PurgersService.php +1 −1 Original line number Diff line number Diff line Loading @@ -406,7 +406,7 @@ class PurgersService extends ServiceBase implements PurgersServiceInterface { // Wait configured cooldown time before other purgers kick in. if (count($groups)) { $capacity_tracker->waitCooldownTime($id); $this->capacityTracker()->waitCooldownTime($id); } } Loading