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

Change subject: Increase upload size limit for chunked and URL uploads to 
1000MB.
......................................................................


Increase upload size limit for chunked and URL uploads to 1000MB.

Per Faidon's analysis in the bug, this should be manageable with
current storage capacity.

Bug: 52593
Change-Id: Ia9d0766715101d24874230657321f2caca419b68
---
M wmf-config/InitialiseSettings.php
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Reedy: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 754bff1..1fa0904 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -10310,8 +10310,9 @@
 ),
 
 'wgMaxUploadSize' => array(
-       // Only affects URL uploads; web uploads are enforced by PHP.
-       'default' => 1024 * 1024 * 500, // 500 MB
+       // Affects URL uploads and chunked uploads (experimental).
+       // Limit on other web uploads is enforced by PHP.
+       'default' => 1024 * 1024 * 1000, // 1000 MB
        'ptwiki'  => 1024 * 500, // 500 KB - 
https://bugzilla.wikimedia.org/23186
 ),
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia9d0766715101d24874230657321f2caca419b68
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Eloquence <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to