You are here

protected property CapacityTracker::$maxExecutionTime in Purge 8.3

Maximum execution time.

The maximum number of seconds available to cache invalidation. Zero means that PHP has no fixed execution time limit, for instance on the CLI.

Type: int

File

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

Class

CapacityTracker
Provides the capacity tracker.

Namespace

Drupal\purge\Plugin\Purge\Purger

Code

protected $maxExecutionTime;