Eloquence has uploaded a new change for review.

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


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


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 0460f46..8049598 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -10304,8 +10304,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: newchange
Gerrit-Change-Id: Ia9d0766715101d24874230657321f2caca419b68
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Eloquence <[email protected]>

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

Reply via email to