constant HTTPRL_TTFB_TIMEOUT in HTTP Parallel Request & Threading Library 6
Same name and namespace in other branches
- 7 httprl.module \HTTPRL_TTFB_TIMEOUT
Default maximum number of seconds a connection may take to download the first byte.
2 uses of HTTPRL_TTFB_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 32 - HTTP Parallel Request Library module.
Code
define('HTTPRL_TTFB_TIMEOUT', 20.0);