You are here

public property VarnishPurgerSettings::$connect_timeout in Varnish purger 8.2

Same name and namespace in other branches
  1. 8 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 135

Class

VarnishPurgerSettings
Defines the HTTP purger settings entity.

Namespace

Drupal\varnish_purger\Entity

Code

public $connect_timeout = 1.0;