public property VarnishPurgerSettings::$connect_timeout in Varnish purger 8
Same name and namespace in other branches
- 8.2 src/Entity/VarnishPurgerSettings.php \Drupal\varnish_purger\Entity\VarnishPurgerSettings::connect_timeout
The number of seconds to wait while trying to connect to a server.
Type: float
File
- src/
Entity/ VarnishPurgerSettings.php, line 115
Class
- VarnishPurgerSettings
- Defines the HTTP purger settings entity.
Namespace
Drupal\varnish_purger\EntityCode
public $connect_timeout = 1.0;