You are here

protected property CapacityTracker::$timeHintTotal in Purge 8.3

The maximum number of seconds a single invalidation can take.

This value is established after ::getTimeHintTotal() questioned all purgers on their typehints and takes the highest value, reducing system stability risk.

Type: float

File

src/Plugin/Purge/Purger/CapacityTracker.php, line 102

Class

CapacityTracker
Provides the capacity tracker.

Namespace

Drupal\purge\Plugin\Purge\Purger

Code

protected $timeHintTotal;