public property VarnishPurgerSettings::$max_requests in Varnish purger 8.2
Same name and namespace in other branches
- 8 src/Entity/VarnishPurgerSettings.php \Drupal\varnish_purger\Entity\VarnishPurgerSettings::max_requests
Maximum number of HTTP requests that can be made during Drupal's execution lifetime. Usually PHP resource restraints lower this value dynamically, but can be met at the CLI.
Type: int
File
- src/
Entity/ VarnishPurgerSettings.php, line 152
Class
- VarnishPurgerSettings
- Defines the HTTP purger settings entity.
Namespace
Drupal\varnish_purger\EntityCode
public $max_requests = 100;