You are here

constant HTTPRL_DNS_TIMEOUT in HTTP Parallel Request & Threading Library 6

Same name and namespace in other branches
  1. 7 httprl.module \HTTPRL_DNS_TIMEOUT

Default maximum number of seconds the DNS portion of a request may take.

2 uses of HTTPRL_DNS_TIMEOUT
httprl_admin_settings_form in ./httprl.admin.inc
Form definition; general settings.
httprl_set_default_options in ./httprl.module
Set the default options in the $options array.

File

./httprl.module, line 20
HTTP Parallel Request Library module.

Code

define('HTTPRL_DNS_TIMEOUT', 5.0);