Matanya has uploaded a new change for review.

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

Change subject: upload limit: raise to 5 GB
......................................................................

upload limit: raise to 5 GB

This patch will remove the need for server side uploads, as the mediawiki limit
will be equal to swift limit.

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


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 18840fa..a475966 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -12060,7 +12060,7 @@
 'wgMaxUploadSize' => array(
        // Affects URL uploads and chunked uploads (experimental).
        // Limit on other web uploads is enforced by PHP.
-       'default' => 1024 * 1024 * 2047, // 2047 MB (i.e. less than 2^31 - 1)
+       'default' => 1024 * 1024 * 5119, // 5 GB (i.e. less than 2^31 - 1)
        'ptwiki' => 1024 * 500, // 500 KB - T25186
 ),
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I829f949d9f1b449872a19abf552018aebc49fb15
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Matanya <mata...@foss.co.il>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to