https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113208

Revision: 113208
Author:   aaron
Date:     2012-03-07 01:58:56 +0000 (Wed, 07 Mar 2012)
Log Message:
-----------
bumped max file size to 4GiB

Modified Paths:
--------------
    branches/wmf/1.19wmf1/includes/filerepo/backend/FileBackend.php

Modified: branches/wmf/1.19wmf1/includes/filerepo/backend/FileBackend.php
===================================================================
--- branches/wmf/1.19wmf1/includes/filerepo/backend/FileBackend.php     
2012-03-07 01:09:35 UTC (rev 113207)
+++ branches/wmf/1.19wmf1/includes/filerepo/backend/FileBackend.php     
2012-03-07 01:58:56 UTC (rev 113208)
@@ -732,7 +732,7 @@
        /** @var Array Map of container names to sharding settings */
        protected $shardViaHashLevels = array(); // (container name => config 
array)
 
-       protected $maxFileSize = 1000000000; // integer bytes (1GB)
+       protected $maxFileSize = 4294967296; // integer bytes (4GiB)
 
        /**
         * Get the maximum allowable file size given backend


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

Reply via email to