constant HTTPRL_GLOBAL_TIMEOUT in HTTP Parallel Request & Threading Library 7
Same name and namespace in other branches
- 6 httprl.module \HTTPRL_GLOBAL_TIMEOUT
 
Default maximum number of seconds a function call may take.
4 uses of HTTPRL_GLOBAL_TIMEOUT
- httprl_acquire_lock in ./
httprl.module  - Get a lock so background calls work.
 - httprl_admin_settings_form in ./
httprl.admin.inc  - Form definition; general settings.
 - httprl_queue_background_callback in ./
httprl.module  - Run callback in the background.
 - httprl_set_default_options in ./
httprl.module  - Set the default options in the $options array.
 
File
- ./
httprl.module, line 37  - HTTP Parallel Request Library module.
 
Code
define('HTTPRL_GLOBAL_TIMEOUT', 120.0);