From: Mark A. Hershberger Date: Thu, 14 Jan 2010 04:26:01 +0000 (+0000) Subject: Update global variable settings in preparation for background, async downloads X-Git-Tag: 1.31.0-rc.0~38276 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=cd42ff5335e49b325b77524dcf99bdf98242d204;p=lhc%2Fweb%2Fwiklou.git Update global variable settings in preparation for background, async downloads --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 84e8892376..bbb54e3291 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3689,10 +3689,15 @@ $wgTrustedMediaFormats= array( $wgAllowSpecialInclusion = true; /** - * Timeout for HTTP requests done via CURL + * Timeout for HTTP requests done internally */ $wgHTTPTimeout = 25; +/** + * Timeout for Asynchronous (background) HTTP requests + */ +$wgAsyncHTTPTimeout = 25; + /** * Proxy to use for CURL requests. */