You are here

constant HTTPRL_PR_MAX_STRING_LENGTH in HTTP Parallel Request & Threading Library 6

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

Max length of a string inside of httprl_pr(). Default is 256KB.

1 use of HTTPRL_PR_MAX_STRING_LENGTH
httprl_print_empty in ./httprl.module
If $data is bool or strlen = 0 use var_export. Recursively go deeper.

File

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

Code

define('HTTPRL_PR_MAX_STRING_LENGTH', 262144);