Dereckson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281823

Change subject: Raise upload-by-URL request timeout
......................................................................

Raise upload-by-URL request timeout

We want to allow upload-by-URL to be able to handle larger files,
200 to 450 MB from Internet Archive, 1-2 Gb from video2commons
and other sources.

A 2 Gb file at 100 Mbps takes 164 seconds to upload. There is so
a need to raise the upload-by-URL request timeout value.

Bug: T118887
Change-Id: I9c4e597c165d8b3d85d54b185635332ba2bffc63
---
M wmf-config/InitialiseSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/23/281823/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 50591be..b8f3351 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -11959,7 +11959,7 @@
        // This is set to a high value because there is no working mechanism for
        // uploading by URL asyncronously (via the job queue, for example).
        // See T119336 for details.
-       'default' => 90,  // T118887
+       'default' => 300,  // T118887
 ),
 
 'wgCopyUploadsDomains' => array(

-- 
To view, visit https://gerrit.wikimedia.org/r/281823
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9c4e597c165d8b3d85d54b185635332ba2bffc63
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Dereckson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to