jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Filippo Giunchedi: Looks good to me, but someone else must approve
  Dereckson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 50591be..8c889ae 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' => 180,  // T118887
 ),
 
 'wgCopyUploadsDomains' => array(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9c4e597c165d8b3d85d54b185635332ba2bffc63
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Dereckson <[email protected]>
Gerrit-Reviewer: Dereckson <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Matanya <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to