apply_filters( "{$this->identifier}_default_time_limit", int $default_time_limit , static $this )
Filters the maximum time the process can operate before continuing in another request.
Contents
We pick a safe default of 20 seconds but this value can be adjusted to suit the system timeout settings.
Parameters
- $default_time_limit
-
(int) The time limit for the process.
- $this
-
(static) This process instance.
Source
Changelog
| Version | Description |
|---|---|
| 4.9.5 | Introduced. |