You are here

public property HttpPurgerSettings::$connect_timeout in Generic HTTP Purger 8

The number of seconds to wait while trying to connect to a server.

Type: float

File

src/Entity/HttpPurgerSettings.php, line 159

Class

HttpPurgerSettings
Defines the HTTP purger settings entity.

Namespace

Drupal\purge_purger_http\Entity

Code

public $connect_timeout = 1.0;