Commit 410edc79 authored by Niels van Mourik's avatar Niels van Mourik
Browse files

Aaaand another bug in PurgersService::invalidate().

parent c28e1daf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
      }
    }