constant HTTPRL_CONNECT_TIMEOUT in HTTP Parallel Request & Threading Library 6
Same name and namespace in other branches
- 7 httprl.module \HTTPRL_CONNECT_TIMEOUT
Default maximum number of seconds establishing the TCP connection of a request may take.
2 uses of HTTPRL_CONNECT_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 26 - HTTP Parallel Request Library module.
Code
define('HTTPRL_CONNECT_TIMEOUT', 5.0);