You are here

constant HTTPRL_TIMEOUT in HTTP Parallel Request & Threading Library 6

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

Default maximum number of seconds a single request call may take.

4 uses of HTTPRL_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 15
HTTP Parallel Request Library module.

Code

define('HTTPRL_TIMEOUT', 30.0);