diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 67abdef48..6e51c4213 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -89,7 +89,7 @@ define('JS_THEME', 100); * Error code indicating that the request made by drupal_http_request() exceeded * the specified timeout. */ -define('HTTP_REQUEST_TIMEOUT', 1); +define('HTTP_REQUEST_TIMEOUT', -1); /** * Constants defining cache granularity for blocks and renderable arrays. |