Update global variable settings in preparation for background, async downloads
authorMark A. Hershberger <mah@users.mediawiki.org>
Thu, 14 Jan 2010 04:26:01 +0000 (04:26 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Thu, 14 Jan 2010 04:26:01 +0000 (04:26 +0000)
includes/DefaultSettings.php

index 84e8892..bbb54e3 100644 (file)
@@ -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.
  */